aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2022-11-17 02:36:35 +0100
committerThomas Voss <mail@thomasvoss.com> 2022-11-17 02:36:35 +0100
commit84a88e55e5fb56242625b4ff6819334759f63e56 (patch)
tree640915be504d3c5560fab7099f7e3844f058bf84
parent40381dc3d8a8f0e6df7d02339f65223692f0bb00 (diff)
Remove redundant flag
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0f020a2..e6adf4b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
.POSIX:
CFLAGS = -Wall -Wextra -Wpedantic -Werror \
- -O3 -march=native -mtune=native -fomit-frame-pointer \
+ -O3 -march=native -mtune=native \
-std=c11 -pipe
LDFLAGS = -llux