Browse Source

build with -O3

v1.x
Tj Holowaychuk 14 years ago
parent
commit
eaa19f6290
  1. 2
      wscript

2
wscript

@ -11,6 +11,8 @@ def configure(conf):
conf.check_tool('compiler_cxx')
conf.check_tool('node_addon')
conf.check_cfg(package='cairo', mandatory=1, args='--cflags --libs')
conf.env.append_value('CCFLAGS', ['-O3'])
conf.env.append_value('CXXFLAGS', ['-O3'])
def build(bld):
obj = bld.new_task_gen('cxx', 'shlib', 'node_addon')

Loading…
Cancel
Save