This is an automated email from the ASF dual-hosted git repository.

bneradt pushed a commit to branch dev-1-0-12
in repository https://gitbox.apache.org/repos/asf/trafficserver-libswoc.git

commit 03fcd0ee0aaa69c09e43add82de4651d2402313d
Author: Alan M. Carroll <[email protected]>
AuthorDate: Mon Feb 17 09:58:53 2020 -0600

    Remove unneeded compile flag.
---
 swoc++/swoc++.part | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/swoc++/swoc++.part b/swoc++/swoc++.part
index 4b12a5b..93a165d 100644
--- a/swoc++/swoc++.part
+++ b/swoc++/swoc++.part
@@ -16,7 +16,7 @@ files = [
 ]
 
 env.AppendUnique(
-    CCFLAGS=['-std=c++17', '-fPIC' ],
+    CCFLAGS=['-std=c++17' ],
     CPPPATH=["include"],
 )
 

Reply via email to