aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2023-02-26 19:31:00 -0500
committerClyne Sullivan <clyne@bitgloo.com>2023-02-26 19:31:00 -0500
commitc5db61d59fd75b786bd3e5a57a163d37df20a8b9 (patch)
tree74d00b7f264c9f9ef287a36f602cf8ce06450ea3 /Makefile
parent42d64c6da242bd100533ab0c31c3835b50fa1b2d (diff)
packed literals; faster execution
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 30e210b..66d9132 100644
--- a/Makefile
+++ b/Makefile
@@ -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)