Update makepkg.conf

This commit is contained in:
Oskar 2021-11-22 19:51:53 +01:00 committed by GitHub
parent 886a128482
commit 17df8190ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -37,10 +37,10 @@ CARCH="x86_64"
CHOST="x86_64-pc-linux-gnu"
# Compiler
CC=clang
CXX=clang++
LD=ld.lld
AR=llvm-ar
export CC=clang
export CXX=clang++
export LD=ld.lld
export AR=llvm-ar
#-- Compiler and Linker Flags
#CPPFLAGS=""