Enable compiler optimizations (#218)

This commit is contained in:
Logan oos Even 2020-03-28 19:22:55 +01:00 committed by GitHub
parent b73f146d9b
commit e60c10ebb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ GIT_COMMITS=@GIT_COMMITS@
CC?=gcc
DEBUG?=-g3
#OPTIMIZATION?=-O2
OPTIMIZATION?=-O3
WARN?=-Wall
#Ultrasparc64 users experiencing SIGBUS should try the following gcc options