On Tue, 22 May 2018 12:17:20 +0200
harry666t <[email protected]> wrote:

> I wonder how many people here that advise against minification, keep
> their compiled binaries "readable". Please start shipping your
> makefiles with "-Og" instead of "-Os" then.
 
Yes, please. Keeping debug information is a useful default. For most
programs, the space of keeping the debug information around is well
worth the additional debuggability and clarity in bug reports.
 
-- 
Ori Bernstein <[email protected]>

Reply via email to