summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Blake Kongslie2022-07-09 23:59:44 -0700
committerJulian Blake Kongslie2022-07-09 23:59:44 -0700
commitd3449df1b856240865f123cf0701769ded5aa9ee (patch)
tree1fb104e87bb970595d64a3896f0513587ecdcdf0
parentAdd missing SODEP. (diff)
downloadissim-d3449df1b856240865f123cf0701769ded5aa9ee.tar.xz
More aggressive optimization.
Diffstat (limited to '')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f8e983b..6a9baab 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
1OPTIMIZE ?= -O3 -flto 1OPTIMIZE ?= -O3 -flto -march=native
2DEBUG ?= -g 2DEBUG ?= -g
3 3
4AR ?= ar 4AR ?= ar