Wed 26 Oct 2022 07:41:30 PM CEST
This commit is contained in:
parent
002b02bd43
commit
ea17dc287c
1 changed files with 3 additions and 5 deletions
|
|
@ -5,11 +5,9 @@ ac_add_options --enable-bootstrap
|
|||
# taken from manjaro build:
|
||||
ac_add_options --enable-optimize="-g0 -O2"
|
||||
|
||||
export CC='clang-13'
|
||||
export CXX='clang++-13'
|
||||
export AR=llvm-ar-13
|
||||
export NM=llvm-nm-13
|
||||
export RANLIB=llvm-ranlib-13
|
||||
export AR=llvm-ar
|
||||
export NM=llvm-nm
|
||||
export RANLIB=llvm-ranlib
|
||||
|
||||
# ---
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue