Hacker News new | ask | show | jobs
by saagarjha 290 days ago
Debug builds don’t need to be fast. Or, at least, the benefits you get from faster compilation or better symbols outweigh the downsides.
1 comments

They do need to not be slow though, which is why I usually stick with -Og.
-Og trashes debug info