mirror of
https://github.com/ziglang/zig.git
synced 2024-11-12 23:27:21 +00:00
Updated Troubleshooting Build Issues (markdown)
parent
2b84b00e03
commit
0555b34665
@ -71,11 +71,4 @@ rm CMakeCache.txt
|
||||
rm -rf CMakeFiles
|
||||
```
|
||||
|
||||
Then try running the cmake command again.
|
||||
|
||||
## High Memory Requirements
|
||||
|
||||
If you are failing at the last stage ```[99%] Building self-hosted component /PATHTOZIG/zig/build/zig1.o```, make sure you have enough memory, as the process can take more than 10GiB of memory.
|
||||
|
||||
Related issue: [zig0 takes too much RAM to build zig1.o](https://github.com/ziglang/zig/issues/6485)
|
||||
The main development effort of Zig is focused on the self-hosted compiler, which solves this issue.
|
||||
Then try running the cmake command again.
|
Loading…
Reference in New Issue
Block a user