From 4a540f1abdb154f3be9d45f030da506b8fa376ef Mon Sep 17 00:00:00 2001
From: jc_gargma <jc_gargma@iserlohn-fortress.net>
Date: Thu, 26 Sep 2019 13:41:11 -0700
Subject: Compiler flag notes

---
 PKGBUILD | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/PKGBUILD b/PKGBUILD
index e161f9e..6d20e69 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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"
 
-- 
cgit v1.2.1