You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current installation scripts build dependencies from source using default compilation flags. By default, these flags produce debug binaries, which significantly increase disk usage.
Building source dependencies (RISC-V toolchain, Spike, QEMU, Verilator) using release flags would reduce binary size and keep installations leaner.