BUG #6: Fix access violation on mac OS X
This commit is contained in:
parent
d92324115c
commit
e089e15d85
1 changed files with 1 additions and 1 deletions
2
wscript
2
wscript
|
@ -4,7 +4,7 @@ def set_options(opt):
|
||||||
def configure(conf):
|
def configure(conf):
|
||||||
conf.check_tool('compiler_cxx')
|
conf.check_tool('compiler_cxx')
|
||||||
conf.check_tool('node_addon')
|
conf.check_tool('node_addon')
|
||||||
conf.env.append_unique('CXXFLAGS', ['-Wall', '-O2'])
|
conf.env.append_unique('CXXFLAGS', ['-Wall', '-O2', '-fno-inline-functions'])
|
||||||
conf.env['LIB_CURL'] = 'curl'
|
conf.env['LIB_CURL'] = 'curl'
|
||||||
|
|
||||||
def build(bld):
|
def build(bld):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue