BUG #6: Fix access violation on mac OS X

This commit is contained in:
Karim DRIDI 2012-11-28 23:28:39 +01:00
parent d92324115c
commit e089e15d85

View file

@ -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'])
conf.env.append_unique('CXXFLAGS', ['-Wall', '-O2', '-fno-inline-functions'])
conf.env['LIB_CURL'] = 'curl'
def build(bld):