summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChristopher Wellons <wellons@nullprogram.com>2017-10-06 10:11:57 -0400
committerChristopher Wellons <wellons@nullprogram.com>2017-10-06 10:11:57 -0400
commit6c3750fc0406ac136dbc7b2a78858cc5d8184ba9 (patch)
tree1ff72dcda18fa1fed42d923aff88a4d84962dc9c /Makefile
parentec4397135ab840a27ca19e50a2c5143878e92ad0 (diff)
Tweak benchmark parameters
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2208e6d..2c59e54 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
CC = c99
-CFLAGS = -Wall -Wextra -O3 -g3
+CFLAGS = -Wall -Wextra -O3 -g3 -march=native
all: benchmark tests
benchmark: test/benchmark.c utf8.h test/utf8-encode.h test/bh-utf8.h