Skip to content

Commit

Permalink
fixup! build: compile with --gnu++17
Browse files Browse the repository at this point in the history
  • Loading branch information
richardlau committed Sep 3, 2021
1 parent a014540 commit 596f7bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common.gypi
Expand Up @@ -268,6 +268,7 @@
],
'msvs_settings': {
'VCCLCompilerTool': {
'AdditionalOptions': ['-std:c++17'],
'BufferSecurityCheck': 'true',
'DebugInformationFormat': 1, # /Z7 embed info in .obj files
'ExceptionHandling': 0, # /EHsc
Expand Down

0 comments on commit 596f7bd

Please sign in to comment.