Dan ELKOUBY hace 11 años
padre
commit
df71461baf
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Makefile

+ 1 - 1
Makefile

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