mirror of
https://github.com/lovell/sharp.git
synced 2026-02-05 06:06:18 +01:00
Merge pull request #244 from TheThing/patch-1
Silence MSVC warning: "C4530: C++ exception handler used, but unwind semantics are not enabled."
This commit is contained in:
11
binding.gyp
11
binding.gyp
@@ -74,6 +74,15 @@
|
|||||||
'VCCLCompilerTool': {
|
'VCCLCompilerTool': {
|
||||||
'ExceptionHandling': 1 # /EHsc
|
'ExceptionHandling': 1 # /EHsc
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
'configurations': {
|
||||||
|
'Release': {
|
||||||
|
'msvs_settings': {
|
||||||
|
'VCCLCompilerTool': {
|
||||||
|
'ExceptionHandling': 1,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
}]
|
}]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user