Skip to content

Commit 596f7bd

Browse files
committed
fixup! build: compile with --gnu++17
1 parent a014540 commit 596f7bd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

common.gypi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,7 @@
268268
],
269269
'msvs_settings': {
270270
'VCCLCompilerTool': {
271+
'AdditionalOptions': ['-std:c++17'],
271272
'BufferSecurityCheck': 'true',
272273
'DebugInformationFormat': 1, # /Z7 embed info in .obj files
273274
'ExceptionHandling': 0, # /EHsc

0 commit comments

Comments
 (0)