diff options
author | Thomas Voss <mail@thomasvoss.com> | 2022-11-17 12:45:02 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2022-11-17 12:45:02 +0100 |
commit | 4d8d85996eb17952b09119e0f8bb5c6e8adf7fa6 (patch) | |
tree | 035c680b81dd166f916a174f13d1057eb637bc59 | |
parent | b716754d503c44c9bfbf60611ebd610add6bee10 (diff) |
Remove redundant compiler flag
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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} |