Skip to content

Commit

Permalink
Merge pull request #127 from Maxxen/ms-dynamic-runtime-lib
Browse files Browse the repository at this point in the history
Use dynamic multithreaded runtime library on windows
  • Loading branch information
carlopi authored Oct 12, 2024
2 parents c313775 + 2192d35 commit 13cb1d6
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 13cb1d6

Please sign in to comment.