mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +02:00
llvm19: disable debug on 32bit build machines
This commit is contained in:
parent
a7bd3bcfec
commit
ec03eb747c
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue