Hi,
while building the project I ran into a issue while building. All files are compiled in parallel which overuses RAM and can crash a machine.
Fix
In file https://github.com/jm62300/d4/blob/main/build.sh (main build file) replace line 40:
by
That limits the number of jobs to 16 and not infinite. It still compiles reasonably fast (20s)