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.
-DNDEBUG=1
1 parent 8bc6e19 commit 16d466eCopy full SHA for 16d466e
1 file changed
node.gyp
@@ -464,6 +464,12 @@
464
'NODE_WANT_INTERNALS=1',
465
],
466
467
+ 'conditions': [
468
+ [ 'debug_node!="true"', {
469
+ 'defines': [ 'NDEBUG=1' ],
470
+ }],
471
+ ],
472
+
473
'includes': [
474
'node.gypi'
475
@@ -815,6 +821,9 @@
815
821
'msvs_disabled_warnings!': [4244],
816
822
817
823
'conditions': [
824
825
826
818
827
[ 'openssl_default_cipher_list!=""', {
819
828
'defines': [
820
829
'NODE_OPENSSL_DEFAULT_CIPHER_LIST="<(openssl_default_cipher_list)"'
0 commit comments