Update makepkg.conf

This commit is contained in:
Oskar 2021-11-22 20:26:40 +01:00 committed by GitHub
parent 17df8190ef
commit afa912b6dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,12 +36,6 @@ VCSCLIENTS=('bzr::bzr'
CARCH="x86_64"
CHOST="x86_64-pc-linux-gnu"
# Compiler
export CC=clang
export CXX=clang++
export LD=ld.lld
export AR=llvm-ar
#-- Compiler and Linker Flags
#CPPFLAGS=""
CFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions \
@ -53,8 +47,8 @@ LDFLAGS="-Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now"
#-- Make Flags: change this for DistCC/SMP systems
MAKEFLAGS="-j4"
#-- Debugging flags
DEBUG_CFLAGS="-g"
DEBUG_CXXFLAGS="-g"
DEBUG_CFLAGS="-g -fvar-tracking-assignments"
DEBUG_CXXFLAGS="-g -fvar-tracking-assignments"
#DEBUG_RUSTFLAGS="-C debuginfo=2"
#########################################################################