| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent e2ae436 commit 200dadb
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -37,7 +37,7 @@ | |||
| 37 | 37 | ||
| 38 | 38 | # Reset this number to 0 on major V8 upgrades. | |
| 39 | 39 | # Increment by one for each non-official patch applied to deps/v8. | |
| 40 | - 'v8_embedder_string': '-node.20', | ||
| 40 | + 'v8_embedder_string': '-node.21', | ||
| 41 | 41 | ||
| 42 | 42 | ##### V8 defaults for Node.js ##### | |
| 43 | 43 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1585,6 +1585,10 @@ config("toolchain") { | |||
| 1585 | 1585 | # of `this` in capture-by-value lambdas and preventing a build roll which | |
| 1586 | 1586 | # enables C++20 (see https://crbug.com/1374227). | |
| 1587 | 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", | ||
| 1588 | 1592 | ] | |
| 1589 | 1593 | } | |
| 1590 | 1594 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments