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.
1 parent 6dfb60c commit a00ee26Copy full SHA for a00ee26
1 file changed
src/binding.gyp
@@ -80,6 +80,9 @@
80
}, {
81
'target_name': 'sharp-<(platform_and_arch)',
82
'defines': [
83
+ 'G_DISABLE_ASSERT',
84
+ 'G_DISABLE_CAST_CHECKS',
85
+ 'G_DISABLE_CHECKS',
86
'NAPI_VERSION=9',
87
'NODE_ADDON_API_DISABLE_DEPRECATED',
88
'NODE_API_SWALLOW_UNTHROWABLE_EXCEPTIONS'
0 commit comments