Hacker News new | ask | show | jobs
by rplnt 1889 days ago
Fast compilation is great for development and testing. Both local and in CI.
1 comments

totally agree. Being able to hit the "run this test" and not having to wait for it to compile is awesome :)

But if there some flags to tell the compiler to compile slowly and produce a smaller executable, that would be awesome for final builds that need to be shipped across the internet.