From 846209b34fa2bc9c181e05f4b27ef98e287a8cec Mon Sep 17 00:00:00 2001 From: weidai Date: Fri, 21 Nov 2008 22:40:16 +0000 Subject: [PATCH] changed mind. remove -fPIC as default, document it as supported --- trunk/c5/GNUmakefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/trunk/c5/GNUmakefile b/trunk/c5/GNUmakefile index 9ca9fab2..ed6b309a 100644 --- a/trunk/c5/GNUmakefile +++ b/trunk/c5/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