| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 4021215 commit fff8eb2
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -600,6 +600,11 @@ rebuild may take a lot more time than previous builds. Additionally, | |||
| 600 | 600 | ran `./configure` with non-default options (such as `--debug`), you will need | |
| 601 | 601 | to run it again before invoking `make -j4`. | |
| 602 | 602 | ||
| 603 | + If you received the error `nodejs g++ fatal error compilation terminated cc1plus` | ||
| 604 | + during compilation, this is likely a memory issue and you should either provide | ||
| 605 | + more RAM or create swap space to accommodate toolchain requirements or reduce | ||
| 606 | + the number of parallel build tasks (`-j<n>`). | ||
| 607 | + | ||
| 603 | 608 | ### Windows | |
| 604 | 609 | ||
| 605 | 610 | #### Tips | |
| Back | FazBrowse Home | New Git URL |
0 commit comments