From 9811a946f5b5f6527f8f0b0e04603c44db77c0cd Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Wed, 18 Sep 2013 18:50:12 -0700 Subject: [PATCH] Fix whitespace --- SConstruct | 2 -- 1 file changed, 2 deletions(-) diff --git a/SConstruct b/SConstruct index 7bbca2464..7ce0e6b1f 100644 --- a/SConstruct +++ b/SConstruct @@ -1723,7 +1723,6 @@ if not preconfigured: env.Append(CPPDEFINES = ndebug_defines) if not env['SUNCC']: - # Common flags for CXX compiler. common_cxx_flags = '-Wall %s %s -ftemplate-depth-300 ' % (env['WARNING_CXXFLAGS'], pthread) @@ -1737,7 +1736,6 @@ if not preconfigured: # TODO - add back -fvisibility-inlines-hidden # https://github.com/mapnik/mapnik/issues/1863 env.Append(CXXFLAGS = common_cxx_flags + '-O%s -fno-strict-aliasing -finline-functions -Wno-inline -Wno-parentheses -Wno-char-subscripts' % (env['OPTIMIZATION'])) - if env['DEBUG_UNDEFINED']: env.Append(CXXFLAGS = '-fsanitize=undefined-trap -fsanitize-undefined-trap-on-error -ftrapv -fwrapv')