summarylogtreecommitdiffstats
path: root/compile.bash
diff options
context:
space:
mode:
Diffstat (limited to 'compile.bash')
-rwxr-xr-xcompile.bash3
1 files changed, 1 insertions, 2 deletions
diff --git a/compile.bash b/compile.bash
index 06e3cb903f5e..9a20852afa30 100755
--- a/compile.bash
+++ b/compile.bash
@@ -64,8 +64,7 @@ build() {
fi
fi
export AUTOBUILD_CPU_COUNT=$build_jobs
-
- AL_ARCH_FLAGS=${AL_ARCH_FLAGS:-'-march=x86-64-v2 -mtune=native -w'}
+ AL_ARCH_FLAGS=${AL_ARCH_FLAGS:-'-march=native -mtune=native -w'}
AL_CMAKE_CONFIG=(
-DLL_TESTS:BOOL=OFF
-DDISABLE_FATAL_WARNINGS=ON