summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xcompile.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/compile.bash b/compile.bash
index 0eaaa9ab31cb..737f7d07cd83 100755
--- a/compile.bash
+++ b/compile.bash
@@ -48,7 +48,7 @@ schedtool -B -n 1 -e ionice -n 1 autobuild configure -A 64 -c ReleaseOS -- \
-DLL_TESTS:BOOL=OFF \
-DDISABLE_FATAL_WARNINGS=ON \
-DUSE_LTO:BOOL=OFF \
- -DDCMAKE_CXX_FLAGS="-march=x86-64-v2 -mtune=native -Wno-deprecated -Wno-uninitialized" \
+ -DDCMAKE_CXX_FLAGS="-march=x86-64-v2 -mtune=native" \
-DVIEWER_CHANNEL="Alchemy Test"
echo "Building with ${AUTOBUILD_CPU_COUNT} jobs (adjusted)"