Y
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
cout
290 days ago
They do need to not be slow though, which is why I usually stick with -Og.
link
saagarjha
290 days ago
-Og trashes debug info
link