| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent e91b54d commit d140c37
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -272,6 +272,11 @@ export CXX=g++-12 | |||
| 272 | 272 | make -j4 | |
| 273 | 273 | ``` | |
| 274 | 274 | ||
| 275 | + > \[!IMPORTANT] | ||
| 276 | + > If you face a compilation error during this process such as | ||
| 277 | + > `error: no matching conversion for functional-style cast from 'unsigned int' to 'TypeIndex'` | ||
| 278 | + > Make sure to use a `g++` or `clang` version compatible with C++20. | ||
| 279 | + | ||
| 275 | 280 | We can speed up the builds by using [Ninja](https://ninja-build.org/). For more | |
| 276 | 281 | information, see | |
| 277 | 282 | [Building Node.js with Ninja](doc/contributing/building-node-with-ninja.md). | |
| Back | FazBrowse Home | New Git URL |
0 commit comments