summarylogtreecommitdiffstats
path: root/compile.bash
diff options
context:
space:
mode:
Diffstat (limited to 'compile.bash')
-rwxr-xr-xcompile.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/compile.bash b/compile.bash
index 7b5c44e4f9a0..9f4355a5f529 100755
--- a/compile.bash
+++ b/compile.bash
@@ -65,7 +65,7 @@ build() {
AL_CMAKE_CONFIG=(
-DLL_TESTS:BOOL=OFF
-DDISABLE_FATAL_WARNINGS=ON
- -DUSE_LTO:BOOL=ON
+ -DUSE_LTO:BOOL=OFF
-DVIEWER_CHANNEL="Alchemy Test"
-DCMAKE_C_FLAGS="$AL_ARCH_FLAGS"
-DCMAKE_CXX_FLAGS="$AL_ARCH_FLAGS"