index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2025-03-20 10:18:40 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2025-03-20 10:18:40 +0100 |
commit | 46574cf0e24be803b0fd164a5a46ec8b6230f3ec (patch) | |
tree | e71b6c346f88e29adcf1f892525e31a23b863348 /core/pacman/makepkg.conf | |
parent | 8a673d1b41ee2e9cc13c3b970c23e59191370267 (diff) |
-rw-r--r-- | core/pacman/makepkg.conf | 2 |
diff --git a/core/pacman/makepkg.conf b/core/pacman/makepkg.conf index 69c05355..e44bcf8e 100644 --- a/core/pacman/makepkg.conf +++ b/core/pacman/makepkg.conf @@ -48,13 +48,11 @@ CXXFLAGS="$CFLAGS -Wp,-D_GLIBCXX_ASSERTIONS" LDFLAGS="-Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now \ -Wl,-z,pack-relative-relocs" LTOFLAGS="-flto=auto" -RUSTFLAGS="-Cforce-frame-pointers=yes" #-- Make Flags: change this for DistCC/SMP systems #MAKEFLAGS="-j2" #-- Debugging flags DEBUG_CFLAGS="-g" DEBUG_CXXFLAGS="$DEBUG_CFLAGS" -DEBUG_RUSTFLAGS="-C debuginfo=2" ######################################################################### # BUILD ENVIRONMENT |