Hacker News new | ask | show | jobs
by piyush_soni 3709 days ago
For one, that forces you to change the code and recompile all the time. And some projects have huge recompile times.
1 comments

And compiling in a debug mode also results in huge recompile times. Is it such a problem?

There is no big difference between building with contracts and logs on (log level is selected dynamically, no need to recompile) and building with debug symbols/suppressed optimisations.