index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Eli Schwartz <eschwartz@archlinux.org> | 2019-10-06 21:33:41 -0400 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2019-10-07 11:48:41 +1000 |
commit | bcacb00fc89c04ec0b5e7ebefe3b605b266cef57 (patch) | |
tree | 425b3b55527fcf79090639250adbe53ed6b45b93 /etc | |
parent | 48752f1b4b16cd1dad56649cd36b253494aa9ff1 (diff) |
-rw-r--r-- | etc/makepkg.conf.in | 2 |
diff --git a/etc/makepkg.conf.in b/etc/makepkg.conf.in index 7e5da993..caf5114b 100644 --- a/etc/makepkg.conf.in +++ b/etc/makepkg.conf.in @@ -40,11 +40,13 @@ CHOST="@CHOST@" #CFLAGS="-O2 -pipe" #CXXFLAGS="-O2 -pipe" #LDFLAGS="" +#RUSTFLAGS="-C opt-level=2" #-- Make Flags: change this for DistCC/SMP systems #MAKEFLAGS="-j2" #-- Debugging flags #DEBUG_CFLAGS="-g" #DEBUG_CXXFLAGS="-g" +#DEBUG_RUSTFLAGS="-C debuginfo=2" ######################################################################### # BUILD ENVIRONMENT |