* Makefile.in: Move -fno-implicit-template from CXXFLAGS
authorPer Bothner <per@bothner.com>
Wed, 30 Nov 1994 03:37:23 +0000 (03:37 +0000)
committerPer Bothner <per@bothner.com>
Wed, 30 Nov 1994 03:37:23 +0000 (03:37 +0000)
to LIBCXXFLAGS.  Tests are better run without it.

Makefile.in

index f1f4c4c..b6743a2 100644 (file)
@@ -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)