diff options
| author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2019-09-26 13:41:11 -0700 |
|---|---|---|
| committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2019-09-26 13:41:11 -0700 |
| commit | 4a540f1abdb154f3be9d45f030da506b8fa376ef (patch) | |
| tree | a2ae07b05173104fb4cb72616fa61f3b52af8a25 | |
| parent | Initial commit (diff) | |
| download | 0ad-4a540f1abdb154f3be9d45f030da506b8fa376ef.tar.xz | |
Compiler flag notes
| -rw-r--r-- | PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -33,7 +33,8 @@ build() { # http://site.icu-project.org/download/61#TOC-Migration-Issues CXXFLAGS+=' -DU_USING_ICU_NAMESPACE=1' - + + # -fPIE and -pie break compilation export CFLAGS="$CFLAGS -O3 -fstack-protector-all -flto=4 -fPIC" export CXXFLAGS="$CXXFLAGS -O3 -fstack-protector-all -flto=4 -fPIC" |
