Update makepkg-aarch64.conf

This commit is contained in:
BigfootACA 2023-12-14 18:15:11 +00:00
parent 9a87b71d02
commit 1a3c297c9e

View File

@ -17,6 +17,7 @@ CFLAGS="-march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions
-fstack-clash-protection"
CXXFLAGS="$CFLAGS -Wp,-D_GLIBCXX_ASSERTIONS"
LDFLAGS="-Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now"
MAKEFLAGS="-j$(nproc)"
LTOFLAGS=""
DEBUG_CFLAGS="-g -fvar-tracking-assignments"
DEBUG_CXXFLAGS="-g -fvar-tracking-assignments"