From 864a5888bd4d1fa708751b67329f7082cb3680d3 Mon Sep 17 00:00:00 2001 From: Per Bothner Date: Wed, 30 Nov 1994 03:37:23 +0000 Subject: [PATCH] * Makefile.in: Move -fno-implicit-template from CXXFLAGS to LIBCXXFLAGS. Tests are better run without it. --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index f1f4c4c..b6743a2 100644 --- a/Makefile.in +++ b/Makefile.in @@ -77,8 +77,8 @@ CHILL_LIB = -lchill CXX = gcc # Use -O2 to stress test the compiler. -CXXFLAGS = -g -O2 -fno-implicit-templates -LIBCXXFLAGS = $(CXXFLAGS) +CXXFLAGS = -g -O2 +LIBCXXFLAGS = $(CXXFLAGS) -fno-implicit-templates CXXFLAGS_FOR_TARGET = $(CXXFLAGS) LIBCXXFLAGS_FOR_TARGET = $(CXXFLAGS_FOR_TARGET) -- 2.7.4