llvm19: disable debug on 32bit build machines
This commit is contained in:
parent
a7bd3bcfec
commit
ec03eb747c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue