summarylogtreecommitdiffstats
path: root/compile.bash
diff options
context:
space:
mode:
Diffstat (limited to 'compile.bash')
-rwxr-xr-xcompile.bash1
1 files changed, 1 insertions, 0 deletions
diff --git a/compile.bash b/compile.bash
index ec9e5b53c306..2d3441463347 100755
--- a/compile.bash
+++ b/compile.bash
@@ -44,6 +44,7 @@ autobuild configure -A 64 -c ReleaseOS -- \
-DLL_TESTS:BOOL=OFF \
-DDISABLE_FATAL_WARNINGS=ON \
-DUSE_LTO:BOOL=OFF \
+ -DALCHEMY_GLOBAL_CFLAGS="-march=x86-64-v2 -mtune=generic -Wno-deprecated -Wno-uninitialized" \
-DVIEWER_CHANNEL="Alchemy Test"
echo "Building with ${AUTOBUILD_CPU_COUNT} jobs (adjusted)"