aboutsummaryrefslogtreecommitdiff
path: root/make.c
diff options
context:
space:
mode:
Diffstat (limited to 'make.c')
-rw-r--r--make.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/make.c b/make.c
index 306c4b7..28032d0 100644
--- a/make.c
+++ b/make.c
@@ -38,10 +38,7 @@ static char *cflags_dbg[] = {
};
static char *cflags_rls[] = {
- "-DNDEBUG=1", "-flto", "-O3",
-#ifndef __APPLE__
- "-march=native", "-mtune=native",
-#endif
+ "-DNDEBUG=1", "-flto", "-march=native", "-mtune=native", "-O3",
};
static char *argv0;