Hacker News new | ask | show | jobs
by flohofwoe 1197 days ago
A good strategy is to use -Werror in development mode and CI builds, but not in 'distribution mode' (or alternatively: use -Werror for your own code, but not for imported libraries).