We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--error-on-warn
1 parent f31b262 commit 7d4db35Copy full SHA for 7d4db35
node.gyp
@@ -378,6 +378,9 @@
378
'conditions': [
379
[ 'error_on_warn=="true"', {
380
'cflags': ['-Werror'],
381
+ 'xcode_settings': {
382
+ 'WARNING_CFLAGS': [ '-Werror' ],
383
+ },
384
}],
385
[ 'node_intermediate_lib_type=="static_library" and '
386
'node_shared=="true" and OS=="aix"', {
@@ -757,6 +760,9 @@
757
760
758
761
759
762
763
764
765
766
767
[ 'node_builtin_modules_path!=""', {
768
'defines': [ 'NODE_BUILTIN_MODULES_PATH="<(node_builtin_modules_path)"' ]
0 commit comments