Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: turn on debug-safe optimizations with -Og
The resulting binary is still easy to inspect in gdb but is not as dog slow. The 'parallel' test suite, although it takes several minutes to complete, now finishes without any tests timing out. PR-URL: #1569 Reviewed-By: Johan Bergström <[email protected]>
- Loading branch information