From 93ce52dc43924ba5ce4adc5072f400c0f8cab4a3 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Tue, 26 Mar 2002 23:02:14 +0000 Subject: [PATCH] removed -frepo --- configure/CONFIG.gnuCommon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure/CONFIG.gnuCommon b/configure/CONFIG.gnuCommon index 3aa721b8a..f28ff6f36 100644 --- a/configure/CONFIG.gnuCommon +++ b/configure/CONFIG.gnuCommon @@ -21,7 +21,7 @@ WARN_CFLAGS_NO = -w OPT_CFLAGS_YES = -O3 OPT_CFLAGS_NO = -g -CODE_CXXFLAGS = -fPIC -frepo +CODE_CXXFLAGS = -fPIC CONFORM_CXXFLAGS_NORMAL = -ansi -pedantic CONFORM_CXXFLAGS_STRICT = -ansi -pedantic #WARN_CXXFLAGS_YES = -Wall -Weffc++