diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2009-12-09 10:48:01 -0330 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2009-12-09 10:48:01 -0330 |
commit | c96c47cab91be249c467490b3d20eb790477f87d (patch) | |
tree | 09e50765a5b2be17ec13b6dc14a64cf2434ca0ea /cpp | |
parent | Finished fix for bug 3234, disable a udp test and fixed bogus C++ Communicato... (diff) | |
download | ice-c96c47cab91be249c467490b3d20eb790477f87d.tar.bz2 ice-c96c47cab91be249c467490b3d20eb790477f87d.tar.xz ice-c96c47cab91be249c467490b3d20eb790477f87d.zip |
Bug 4338 - remove -ftemplate-depth-128 compiler flag
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/config/Make.rules.Linux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/config/Make.rules.Linux b/cpp/config/Make.rules.Linux index 22ced84ffe1..57a0c6cb365 100644 --- a/cpp/config/Make.rules.Linux +++ b/cpp/config/Make.rules.Linux @@ -70,7 +70,7 @@ ifeq ($(CXX),c++) endif endif - CXXFLAGS = $(CXXARCHFLAGS) -ftemplate-depth-128 -Wall -D_REENTRANT -I/usr/include/nptl + CXXFLAGS = $(CXXARCHFLAGS) -Wall -D_REENTRANT -I/usr/include/nptl ifneq ($(GENPIC),no) CXXFLAGS += -fPIC |