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:
|
# taken from manjaro build:
|
||||||
ac_add_options --enable-optimize="-g0 -O2"
|
ac_add_options --enable-optimize="-g0 -O2"
|
||||||
|
|
||||||
export CC='clang-13'
|
export AR=llvm-ar
|
||||||
export CXX='clang++-13'
|
export NM=llvm-nm
|
||||||
export AR=llvm-ar-13
|
export RANLIB=llvm-ranlib
|
||||||
export NM=llvm-nm-13
|
|
||||||
export RANLIB=llvm-ranlib-13
|
|
||||||
|
|
||||||
# ---
|
# ---
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue