index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
author | Luke Shumaker <lukeshu@parabola.nu> | 2017-07-05 15:44:42 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@parabola.nu> | 2017-07-05 15:44:42 -0400 |
commit | 75c741615ecb8e708f9bd8600cf77383be5cecf3 (patch) | |
tree | ead4b8474f31c88e83172ba9654ac677ded03359 /makepkg-x86_64.conf | |
parent | 68bfc3b1b33210bef89ec8dc5c636c019db5ed0a (diff) | |
parent | b57ae07ee862fe022a637661cc39f41484abeec4 (diff) |
-rw-r--r-- | makepkg-x86_64.conf | 6 |
diff --git a/makepkg-x86_64.conf b/makepkg-x86_64.conf index 79858a7..67cb200 100644 --- a/makepkg-x86_64.conf +++ b/makepkg-x86_64.conf @@ -40,9 +40,9 @@ CHOST="x86_64-pc-linux-gnu" # -march (or -mcpu) builds exclusively for an architecture # -mtune optimizes for an architecture, but builds for whole processor family CPPFLAGS="-D_FORTIFY_SOURCE=2" -CFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong" -CXXFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong" -LDFLAGS="-Wl,-O1,--sort-common,--as-needed,-z,relro" +CFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt" +CXXFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt" +LDFLAGS="-Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now" #-- Make Flags: change this for DistCC/SMP systems #MAKEFLAGS="-j2" #-- Debugging flags |