From 7724bc232d783b48074ebac62abac43bbcb127be Mon Sep 17 00:00:00 2001 From: Artem Pavlenko Date: Wed, 3 Mar 2010 19:53:11 +0000 Subject: [PATCH] + reduce template-depth to 160 Please enter the commit message for your changes. Lines starting --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SConstruct b/SConstruct index 06863e244..bedda2522 100644 --- a/SConstruct +++ b/SConstruct @@ -1021,7 +1021,7 @@ if not preconfigured: env.Append(CXXFLAGS = common_cxx_flags + '-O %s' % ndebug_flags) else: # Common flags for GCC. - gcc_cxx_flags = '-ansi -Wall %s -ftemplate-depth-200 %s' % (pthread, common_cxx_flags) + gcc_cxx_flags = '-ansi -Wall %s -ftemplate-depth-160 %s' % (pthread, common_cxx_flags) if env['DEBUG']: env.Append(CXXFLAGS = gcc_cxx_flags + '-O0 -fno-inline %s' % debug_flags)