We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2ae436 commit 200dadbCopy full SHA for 200dadb
common.gypi
@@ -37,7 +37,7 @@
37
38
# Reset this number to 0 on major V8 upgrades.
39
# Increment by one for each non-official patch applied to deps/v8.
40
- 'v8_embedder_string': '-node.20',
+ 'v8_embedder_string': '-node.21',
41
42
##### V8 defaults for Node.js #####
43
deps/v8/BUILD.gn
@@ -1585,6 +1585,10 @@ config("toolchain") {
1585
# of `this` in capture-by-value lambdas and preventing a build roll which
1586
# enables C++20 (see https://crbug.com/1374227).
1587
"-Wno-deprecated",
1588
+
1589
+ # Fix build with older versions of GCC
1590
+ # Ported from v8 bazel: https://crrev.com/c/3368869
1591
+ "-Wno-stringop-overflow",
1592
]
1593
}
1594
0 commit comments