From 99f549043996fe6c5d0a3c74e9a15d51adf0e08c Mon Sep 17 00:00:00 2001
From: Thomas Voss <mail@thomasvoss.com>
Date: Sat, 15 Oct 2022 12:30:23 +0200
Subject: Change up CFLAGS

---
 Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

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
-- 
cgit v1.2.3