From 577f9d89e363653eac610446f34c93c385e0987f Mon Sep 17 00:00:00 2001 From: weidai Date: Fri, 21 Nov 2008 22:40:16 +0000 Subject: changed mind. remove -fPIC as default, document it as supported git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@428 57ff6487-cd31-0410-9ec3-f628ee90f5f0 --- GNUmakefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index 9ca9fab..ed6b309 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -1,4 +1,6 @@ -CXXFLAGS = -DNDEBUG -g -O2 -fPIC +CXXFLAGS = -DNDEBUG -g -O2 +# -fPIC is supported. Please report any breakage of -fPIC as a bug. +# CXXFLAGS += -fPIC # the following options reduce code size, but breaks link or makes link very slow on some systems # CXXFLAGS += -ffunction-sections -fdata-sections # LDFLAGS += -Wl,--gc-sections -- cgit v1.2.1