Commit 10feeffa by Dane Springmeyer

fix target default (though this was properly being set to Release by node-gyp)

parent 6fe78ecb
{
'includes': [ 'common-sqlite.gypi' ],
'target_defaults': {
'default_configuration': 'Debug',
'default_configuration': 'Release',
'cflags':[
'-std=c99'
],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment