mirror of
https://github.com/verilator/verilator.git
synced 2026-08-30 09:48:22 +02:00
Change default debug build to use -O0 instead of -Og as the latter is still not great debugging experience. Use -Og -gz, plus the new -ggdb1, which together significantly cut down debug info size, to save CI cache space, while still enabling -gdbbt tests to work.