diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ msp430: alee-msp430 small: CXXFLAGS += -Os small: alee -fast: CXXFLAGS += -O3 -march=native -mtune=native +fast: CXXFLAGS += -O3 -march=native -mtune=native -flto fast: alee alee: $(LIBFILE) |