diff options
author | Per Bothner <per@bothner.com> | 1994-11-30 03:37:23 +0000 |
---|---|---|
committer | Per Bothner <per@bothner.com> | 1994-11-30 03:37:23 +0000 |
commit | 864a5888bd4d1fa708751b67329f7082cb3680d3 (patch) | |
tree | 1a05e0d6cd117cdb4eabf1c0790e13f3510615c6 /Makefile.in | |
parent | bc70eba5c89d0402b0fbba91eb085a8f56be254b (diff) | |
download | gdb-864a5888bd4d1fa708751b67329f7082cb3680d3.zip gdb-864a5888bd4d1fa708751b67329f7082cb3680d3.tar.gz gdb-864a5888bd4d1fa708751b67329f7082cb3680d3.tar.bz2 |
* Makefile.in: Move -fno-implicit-template from CXXFLAGS
to LIBCXXFLAGS. Tests are better run without it.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
1 files 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) |