diff options
| author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2019-09-26 00:17:28 -0700 |
|---|---|---|
| committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2019-09-26 00:17:28 -0700 |
| commit | 16b0f223d323c528324b00a1f87f92a783350dc5 (patch) | |
| tree | 6d64e7faa113038e26aff367eac7393eb5e60962 | |
| parent | Initial commit (diff) | |
| download | cataclysm-bn-16b0f223d323c528324b00a1f87f92a783350dc5.tar.xz | |
Add -pie
| -rw-r--r-- | PKGBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -38,6 +38,7 @@ build() { export CFLAGS="$CFLAGS -O3 -flto=4 -fPIE" export CXXFLAGS="$CXXFLAGS -O3 -flto=4 -fPIE" + export LDFLAGS="$LDFLAGS,-pie" # tests "ifdef TILES" so "TILES=0" will enable tiles! # DYNAMIC_LINKING appears to be a windows flag? |
