mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
clang options
This commit is contained in:
parent
4b116de97c
commit
1282b5bb66
1 changed files with 3 additions and 0 deletions
3
PKGBUILD
3
PKGBUILD
|
|
@ -98,6 +98,9 @@ build() {
|
|||
if [ "$_CLANG" -eq "1" ]; then
|
||||
export CC=clang
|
||||
export CXX=clang++
|
||||
export AR=llvm-ar
|
||||
export NM=llvm-nm
|
||||
export RANLIB=llvm-ranlib
|
||||
fi
|
||||
|
||||
# Do PGO
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue