diff options
author | Thomas Voss <mail@thomasvoss.com> | 2022-11-17 02:36:35 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2022-11-17 02:36:35 +0100 |
commit | 84a88e55e5fb56242625b4ff6819334759f63e56 (patch) | |
tree | 640915be504d3c5560fab7099f7e3844f058bf84 | |
parent | 40381dc3d8a8f0e6df7d02339f65223692f0bb00 (diff) |
Remove redundant 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 \ -std=c11 -pipe LDFLAGS = -llux |