From d3449df1b856240865f123cf0701769ded5aa9ee Mon Sep 17 00:00:00 2001 From: Julian Blake Kongslie Date: Sat, 9 Jul 2022 23:59:44 -0700 Subject: More aggressive optimization. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f8e983b..6a9baab 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -OPTIMIZE ?= -O3 -flto +OPTIMIZE ?= -O3 -flto -march=native DEBUG ?= -g AR ?= ar -- cgit v1.2.3