use -O1 instead of -O2
This commit is contained in:
parent
03e419747d
commit
54e981182b
1 changed files with 1 additions and 1 deletions
2
wscript
2
wscript
|
@ -4,7 +4,7 @@ def set_options(opt):
|
|||
def configure(conf):
|
||||
conf.check_tool('compiler_cxx')
|
||||
conf.check_tool('node_addon')
|
||||
conf.env.append_unique('CXXFLAGS', ['-Wall', '-O2', '-fno-inline-functions'])
|
||||
conf.env.append_unique('CXXFLAGS', ['-Wall', '-O1', '-fno-inline-functions'])
|
||||
conf.env['LIB_CURL'] = 'curl'
|
||||
|
||||
def build(bld):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue