summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2008-11-21 22:40:16 +0000
committerweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2008-11-21 22:40:16 +0000
commit577f9d89e363653eac610446f34c93c385e0987f (patch)
tree1bf08cc8dd8e128f39f20642e3bc9e5ad409a70a /GNUmakefile
parentd3780c76a705249b1e6290ce016ccf1333bf97c5 (diff)
downloadcryptopp-577f9d89e363653eac610446f34c93c385e0987f.tar.gz
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
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile4
1 files changed, 3 insertions, 1 deletions
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