Revision e1b3267170494aba332d59bb8676dfaa504dafee authored by einaros on 30 March 2012, 18:59:48 UTC, committed by einaros on 30 March 2012, 18:59:48 UTC
1 parent 6669b1d
Raw File
binding.gyp
{
  'targets': [
    {
      'target_name': 'validation',
      'cflags': [ '-O3' ],
      'sources': [ 'src/validation.cc' ]
    },
    {
      'target_name': 'bufferutil',
      'cflags': [ '-O3' ],
      'sources': [ 'src/bufferutil.cc' ]
    }
  ]
}
back to top