Explorar o código

Fix epic fail in optimization flags
Benchmarks show that -O3 and -Ofast are equally fast
PS: Please hit me

Dan ELKOUBY %!s(int64=11) %!d(string=hai) anos
pai
achega
d1a30806da
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -2,7 +2,7 @@ DEBUG = FALSE
 GCC = nspire-gcc
 GCCFLAGS = -Wall -W -marm
 ifeq ($(DEBUG),FALSE)
-	GCCFLAGS += -Os
+	GCCFLAGS += -Ofast
 else
 	GCCFLAGS += -O0 -g
 	LDFLAGS += --debug