| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 5bde9e6 commit 2b1e7c2
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -286,7 +286,8 @@ | |||
| 286 | 286 | 'VCCLCompilerTool': { | |
| 287 | 287 | 'AdditionalOptions': [ | |
| 288 | 288 | '/Zc:__cplusplus', | |
| 289 | - '-std:c++17' | ||
| 289 | + # The following option enables c++20 on Windows. This is needed for V8 v12.4+ | ||
| 290 | + '-std:c++20', | ||
| 290 | 291 | ], | |
| 291 | 292 | 'BufferSecurityCheck': 'true', | |
| 292 | 293 | 'DebugInformationFormat': 1, # /Z7 embed info in .obj files | |
| Back | FazBrowse Home | New Git URL |
0 commit comments