The EXLA Makefile uses -O3 by default which causes massive memory usage during C++ compilation. DEBUG=1 replaces -O3 with -g, drastically reducing peak RAM. Combined with MAKEFLAGS=-j1 to serialize jobs, this should fit within CI runner memory limits. |
||
|---|---|---|
| .. | ||
| build-base.yaml | ||
| build-grid-rs.yaml | ||
| build.yaml | ||