Skip to content

Commit

Permalink
Removing /WX to avoid windows build failures on deprecated functions
Browse files Browse the repository at this point in the history
  • Loading branch information
srikanth-descript committed Dec 21, 2023
1 parent 5971f6b commit 9dfc562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"msvs_settings": {
"VCCLCompilerTool": {
"RuntimeTypeInfo": "true",
"AdditionalOptions": ['/WX']
"AdditionalOptions": []
}
}
}
Expand Down

0 comments on commit 9dfc562

Please sign in to comment.