summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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