aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2022-11-17 12:45:02 +0100
committerThomas Voss <mail@thomasvoss.com> 2022-11-17 12:45:02 +0100
commit4d8d85996eb17952b09119e0f8bb5c6e8adf7fa6 (patch)
tree035c680b81dd166f916a174f13d1057eb637bc59
parentb716754d503c44c9bfbf60611ebd610add6bee10 (diff)
Remove redundant compiler flag
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 578bd19..53da6e2 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 \
-pipe
PREFIX = /usr
DPREFIX = ${DESTDIR}${PREFIX}