mirror of
https://github.com/lovell/sharp.git
synced 2025-07-10 11:00:14 +02: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:
commit
dee9ca3ec2
11
binding.gyp
11
binding.gyp
@ -74,6 +74,15 @@
|
||||
'VCCLCompilerTool': {
|
||||
'ExceptionHandling': 1 # /EHsc
|
||||
}
|
||||
}
|
||||
},
|
||||
'configurations': {
|
||||
'Release': {
|
||||
'msvs_settings': {
|
||||
'VCCLCompilerTool': {
|
||||
'ExceptionHandling': 1,
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
}]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user