summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXenHat2024-02-03 14:27:40 -0500
committerXenHat2024-02-03 14:27:40 -0500
commitc94f84c5e18655c85d0f5f545741bde20fd6a4c1 (patch)
tree64b95057912be9362c403537bd8ef50d1c058671
parent5312745dc43a127554adf60c5f35fa5e4a9d09eb (diff)
downloadaur-c94f84c5e18655c85d0f5f545741bde20fd6a4c1.tar.gz
allow manually disabling build tests
-rwxr-xr-xPKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0f6aed4e2b13..f5d5342366ff 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -76,7 +76,7 @@ _logfile="build.${CARCH}.$(date +%s).log"
build_jobs=$(nproc)
AL_CMAKE_CONFIG=(
- -DLL_TESTS:BOOL=ON
+ -DLL_TESTS:BOOL=${ENABLE_TESTS:-ON}
-DDISABLE_FATAL_WARNINGS=ON
-DUSE_LTO:BOOL=OFF
-DVIEWER_CHANNEL="Alchemy Test"