We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a82f20 commit 71cb906Copy full SHA for 71cb906
node/global.gypi
@@ -11,7 +11,7 @@
11
"OS==\"linux\"",
12
{
13
"cflags": [
14
- "-std=c++17"
+ "-std=c++20"
15
],
16
"cflags!": [
17
"-fno-exceptions"
@@ -28,7 +28,7 @@
28
"GCC_ENABLE_CPP_EXCEPTIONS": "YES",
29
"MACOSX_DEPLOYMENT_TARGET": "10.7",
30
"OTHER_CPLUSPLUSFLAGS": [
31
- "-std=c++17",
+ "-std=c++20",
32
"-stdlib=libc++"
33
34
"OTHER_LDFLAGS": [
0 commit comments