Skip to content

Commit

Permalink
Fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed Sep 19, 2013
1 parent 7070856 commit 9811a94
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand All @@ -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')

Expand Down

0 comments on commit 9811a94

Please sign in to comment.