summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorweidai <weidai11@users.noreply.github.com>2008-11-21 22:40:16 +0000
committerweidai <weidai11@users.noreply.github.com>2008-11-21 22:40:16 +0000
commitbb82d51d1e5d8a29c67d7e37a3bab2187dea3c62 (patch)
tree1bf08cc8dd8e128f39f20642e3bc9e5ad409a70a /GNUmakefile
parent12d515c6db7b46439ffa78618729c927c42f56a9 (diff)
downloadcryptopp-git-bb82d51d1e5d8a29c67d7e37a3bab2187dea3c62.tar.gz
changed mind. remove -fPIC as default, document it as supported
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 9ca9fab2..ed6b309a 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