add missing space character
This commit is contained in:
parent
57a4040caf
commit
a3c4bffd2a
1 changed files with 1 additions and 1 deletions
|
@ -1789,7 +1789,7 @@ if not preconfigured:
|
|||
common_cxx_flags = '-fvisibility=hidden -fvisibility-inlines-hidden -Wall %s %s -ftemplate-depth-300 -Wsign-compare -Wshadow ' % (env['WARNING_CXXFLAGS'], pthread)
|
||||
|
||||
if 'clang++' in env['CXX']:
|
||||
common_cxx_flags += ' -Wno-unsequenced -Wc++14-extensions'
|
||||
common_cxx_flags += ' -Wno-unsequenced -Wc++14-extensions '
|
||||
|
||||
if env['DEBUG']:
|
||||
env.Append(CXXFLAGS = common_cxx_flags + '-O0')
|
||||
|
|
Loading…
Reference in a new issue