Skip to content

Commit

Permalink
compile with /permissive on the new MSVC
Browse files Browse the repository at this point in the history
  • Loading branch information
mmomtchev committed Jun 14, 2024
1 parent 0c4a032 commit da9b3c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"/MP", # compile across multiple CPUs
"/GR", # force RTTI on (see https://github.com/nodejs/node-gyp/issues/2412)
"/EHsc" # same for ExceptionHandling
"/permissive" # for the new MSVC in Github Actions, mostly related to const char to char conversions
],
"ExceptionHandling": 1,
"RuntimeTypeInfo": "true"
Expand Down

0 comments on commit da9b3c7

Please sign in to comment.