| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent b9d806a commit f55380a
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.7', | ||
| 40 | + 'v8_embedder_string': '-node.8', | ||
| 41 | 41 | ||
| 42 | 42 | ##### V8 defaults for Node.js ##### | |
| 43 | 43 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1696,6 +1696,10 @@ config("toolchain") { | |||
| 1696 | 1696 | # of `this` in capture-by-value lambdas and preventing a build roll which | |
| 1697 | 1697 | # enables C++20 (see https://crbug.com/1374227). | |
| 1698 | 1698 | "-Wno-deprecated", | |
| 1699 | + | ||
| 1700 | + # Fix build with older versions of GCC | ||
| 1701 | + # Ported from v8 bazel: https://crrev.com/c/3368869 | ||
| 1702 | + "-Wno-stringop-overflow", | ||
| 1699 | 1703 | ] | |
| 1700 | 1704 | } | |
| 1701 | 1705 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments