From e287eac4c7ec9aa044c4e4cb5114ad55a18088b5 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Mon, 22 Oct 2001 03:20:16 +0000 Subject: [PATCH] dont use implicit template instantiation because Tornado II GNU isnt ready --- configure/CONFIG.gnuCommon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure/CONFIG.gnuCommon b/configure/CONFIG.gnuCommon index 4a2b5aa59..7e609f51c 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 +CODE_CXXFLAGS = -fPIC -fno-implicit-templates CONFORM_CXXFLAGS_NORMAL = -ansi -pedantic CONFORM_CXXFLAGS_STRICT = -ansi -pedantic #WARN_CXXFLAGS_YES = -Wall -Weffc++