From c906dcea0228eeefa70dc6462bf8502939a20fc7 Mon Sep 17 00:00:00 2001 From: Artem Pavlenko Date: Mon, 11 Apr 2011 05:27:18 +0000 Subject: [PATCH] + restore gcc compile flags --- SConstruct | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/SConstruct b/SConstruct index 914a4d001..e661c0e6d 100644 --- a/SConstruct +++ b/SConstruct @@ -1263,8 +1263,7 @@ if not preconfigured: env.Append(CXXFLAGS = common_cxx_flags + '-O %s' % ndebug_flags) else: # Common flags for GCC. - gcc_cxx_flags = '-ansi -Wall -Wno-parentheses -Wno-unused-function -Wno-char-subscripts %s -ftemplate-depth-200 %s' % (pthread, common_cxx_flags) - + gcc_cxx_flags = '-ansi -Wall %s -ftemplate-depth-200 %s' % (pthread, common_cxx_flags) if env['DEBUG']: env.Append(CXXFLAGS = gcc_cxx_flags + '-O0 -fno-inline %s' % debug_flags) else: