From 6f63478cf43d4c0b77cabe3f76710f2b9f0c912e Mon Sep 17 00:00:00 2001 From: Peter Fors Date: Wed, 2 Apr 2025 12:19:38 +0200 Subject: Itsa twerking. --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.sh') diff --git a/build.sh b/build.sh index e05fc05..60de1d1 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 -mtune=native -mfunction-return=keep -mindirect-branch=keep " +CFLAGS+="-mavx2 -mbmi2 -mtune=native -mfunction-return=keep -mindirect-branch=keep " CFLAGS+="-fwrapv -ffast-math -fno-trapping-math -fwhole-program " CFLAGS+="-fno-stack-protector -fno-PIE -no-pie -fno-strict-aliasing -ffunction-sections -fdata-sections " CFLAGS+="-Wall -Wextra " -- cgit v1.2.3