summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXenhat Hex2022-10-12 20:44:05 -0400
committerXenhat Hex2022-10-12 20:44:05 -0400
commit8bb1b17956ba138d8cc0013bd23e5edd5cfaea78 (patch)
tree9773ac1614f959bba88727d61743e8acb34dc269
parent6a36e1485230386b3f3dcae507619792231b3200 (diff)
downloadaur-8bb1b17956ba138d8cc0013bd23e5edd5cfaea78.tar.gz
remove -Wno-* flags as it doesn't work
-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)"