Skip to content

Commit

Permalink
use dynamic multithreaded runtime library on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxxen committed Oct 12, 2024
1 parent c313775 commit 2192d35
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -420,10 +420,12 @@
},
"msvs_settings": {
"VCCLCompilerTool": {
"ExceptionHandling": 1,
"ExceptionHandling": 1,
"RuntimeLibrary": 2,
"AdditionalOptions": [
"/bigobj",
"/GR"
"/GR",
"/MD"
]
}
},
Expand Down

0 comments on commit 2192d35

Please sign in to comment.