Dan ELKOUBY il y a 11 ans
Parent
commit
df71461baf
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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