aboutsummaryrefslogtreecommitdiff
path: root/make.c
diff options
context:
space:
mode:
Diffstat (limited to 'make.c')
-rw-r--r--make.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/make.c b/make.c
index 6d64b2b..61e3c58 100644
--- a/make.c
+++ b/make.c
@@ -36,7 +36,6 @@ static char *cflags_dbg[] = {
static char *cflags_rls[] = {
"-DNDEBUG=1",
"-flto",
- "-fomit-frame-pointer",
"-march=native",
"-mtune=native",
"-O3",