summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorPeter Fors <peter.fors@mindkiller.com>2025-04-08 13:42:13 +0200
committerPeter Fors <peter.fors@mindkiller.com>2025-04-08 13:42:13 +0200
commitc9bd7fecdb5d6c8954cf31efef910ed734386c70 (patch)
treeab59d3ca3e256ee7a431d82a6412e9c323f418ed /build.sh
parent205dc47111125aa2f7458be948cd9cd434d0344c (diff)
2690fps
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 3e878d3..b8f6a4e 100755
--- a/build.sh
+++ b/build.sh
@@ -5,7 +5,7 @@ PROJECT_NAME="mknes" # Change this for each new project
# Base configuration common to all builds
CFLAGS="-std=gnu11 "
-CFLAGS+="-mavx2 -mbmi2 -march=native "
+CFLAGS+="-mbmi2 "
CFLAGS+="-mfunction-return=keep "
CFLAGS+="-mindirect-branch=keep "
CFLAGS+="-fwrapv -ffast-math -fno-trapping-math -fwhole-program "