* Makefile.in: Move -fno-implicit-template from CXXFLAGS
to LIBCXXFLAGS. Tests are better run without it.
This commit is contained in:
parent
bc70eba5c8
commit
864a5888bd
1 changed files with 2 additions and 2 deletions
|
@ -77,8 +77,8 @@ CHILL_LIB = -lchill
|
||||||
CXX = gcc
|
CXX = gcc
|
||||||
|
|
||||||
# Use -O2 to stress test the compiler.
|
# Use -O2 to stress test the compiler.
|
||||||
CXXFLAGS = -g -O2 -fno-implicit-templates
|
CXXFLAGS = -g -O2
|
||||||
LIBCXXFLAGS = $(CXXFLAGS)
|
LIBCXXFLAGS = $(CXXFLAGS) -fno-implicit-templates
|
||||||
CXXFLAGS_FOR_TARGET = $(CXXFLAGS)
|
CXXFLAGS_FOR_TARGET = $(CXXFLAGS)
|
||||||
LIBCXXFLAGS_FOR_TARGET = $(CXXFLAGS_FOR_TARGET)
|
LIBCXXFLAGS_FOR_TARGET = $(CXXFLAGS_FOR_TARGET)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue