aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1ad2154..1bd9017 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,9 @@
.POSIX:
-CFLAGS = -std=c11 -O3 -pipe -Wall -Wextra -Werror -pedantic
+CFLAGS = \
+ -Wall -Wextra -Wpedantic -Werror \
+ -O3 -march=native -mtune=native -fomit-frame-pointer \
+ -std=c11 -pipe
LDFLAGS = -llux
PREFIX = /usr