summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXenhat Hex2022-10-12 20:39:49 -0400
committerXenhat Hex2022-10-12 20:39:49 -0400
commit26be1c013a5604baf93b50efb8d32f3d90f04667 (patch)
tree278600878149933c2340e034bbeb658717d10092
parent421cd2899acda4de460fea18fc2ba6efdab7da3a (diff)
downloadaur-26be1c013a5604baf93b50efb8d32f3d90f04667.tar.gz
wrong variable
-rwxr-xr-xcompile.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/compile.bash b/compile.bash
index 2d3441463347..930d85c24e85 100755
--- a/compile.bash
+++ b/compile.bash
@@ -44,7 +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" \
+ -DDCMAKE_CXX_FLAGS="-march=x86-64-v2 -mtune=generic -Wno-deprecated -Wno-uninitialized" \
-DVIEWER_CHANNEL="Alchemy Test"
echo "Building with ${AUTOBUILD_CPU_COUNT} jobs (adjusted)"