Closed Alex-Fischman closed 3 weeks ago
This PR enables incremental builds for release mode to speed up hot runs of make test. It also turns off incremental builds in CI, following the advice of this blog post.
make test
Comparing Alex-Fischman:fast-build (76aa8a5) with main (225d0a1)
Alex-Fischman:fast-build
main
✅ 8 untouched benchmarks
✅ 8
This PR enables incremental builds for release mode to speed up hot runs of
make test
. It also turns off incremental builds in CI, following the advice of this blog post.