Skip to content

Commit

Permalink
Add c++17 flag on msbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
laverdet committed Jul 22, 2023
1 parent 0d7e6b2 commit d36adc2
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 @@ -14,7 +14,7 @@
},
'msvs_settings': {
'VCCLCompilerTool': {
'AdditionalOptions': [ '/GR' ],
'AdditionalOptions': [ '-std:c++17', '/GR' ],
'ExceptionHandling': '1',
},
},
Expand Down

0 comments on commit d36adc2

Please sign in to comment.