Browse Source

Enable LTO

Dan ELKOUBY 11 years ago
parent
commit
df71461baf
1 changed files with 1 additions and 1 deletions
  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