* Makefile.in: Move -fno-implicit-template from CXXFLAGS

to LIBCXXFLAGS.  Tests are better run without it.
This commit is contained in:
Per Bothner 1994-11-30 03:37:23 +00:00
parent bc70eba5c8
commit 864a5888bd
1 changed files with 2 additions and 2 deletions

View 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)