Merge pull request #2768 from murgatroid99/node_disable_deprecation_warning

Disabled deprecation warnings in Node build
This commit is contained in:
Tim Emiola 2015-08-12 11:14:01 -07:00
commit 3a03d61958
1 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,8 @@
'-pedantic', '-pedantic',
'-g', '-g',
'-zdefs', '-zdefs',
'-Werror' '-Werror',
'-Wno-error=deprecated-declarations'
], ],
'ldflags': [ 'ldflags': [
'-g' '-g'