llvm19: disable debug on 32bit build machines

This commit is contained in:
Daniel Martinez 2024-11-12 16:28:54 -05:00 committed by classabbyamp
parent a7bd3bcfec
commit ec03eb747c
1 changed files with 4 additions and 0 deletions

View File

@ -72,6 +72,10 @@ nocross="save the builders!"
CFLAGS="-Wno-unused-command-line-argument"
CXXFLAGS="-Wno-unused-command-line-argument"
if [ "$XBPS_WORDSIZE" == "32" ]; then
nodebug=yes # 32bit memory exhasted
fi
build_options="clang clang_tools_extra lld mlir libclc polly lldb flang bolt
openmp libc libcxx libunwind offload llvm_spirv lto graphviz full_debug"
build_options_default="clang clang_tools_extra lld mlir libclc polly lldb