aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2022-10-15 12:30:23 +0200
committerThomas Voss <mail@thomasvoss.com> 2022-10-15 12:30:23 +0200
commit99f549043996fe6c5d0a3c74e9a15d51adf0e08c (patch)
tree14fe42d3e387cd2f716c77872a21b609aa51cac5
parentc871ad008a338d6d54f8bef272f1ed6cff738784 (diff)
Change up CFLAGS
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2992073..7ad1d4a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,8 @@
.POSIX:
-CFLAGS = -Ofast -march=native -mtune=native -pipe -Wall -Wextra -Werror -pedantic
+CFLAGS = -Wall -Wextra -Wpedantic -Werror \
+ -O3 -march=native -mtune=native -fomit-frame-pointer \
+ -pipe
PREFIX = /usr
DPREFIX = ${DESTDIR}${PREFIX}
MANDIR = ${DPREFIX}/share/man