<div dir="auto"><div class="gmail_quote" dir="auto"><div dir="ltr">Ryan Joseph <<a href="mailto:ryan@thealchemistguild.com">ryan@thealchemistguild.com</a>> schrieb am Mo., 28. Mai 2018, 07:05:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">What happens when you have both those switches on at the same time? Does the -gw affect the performance or just output information in addition to the optimized compilation?<br></blockquote></div><div dir="auto"><br></div><div dir="auto">The generation of debug information does not affect the performance of the final binary (except maybe load time, but that depends on the OS). </div><div dir="auto">However if you want to do single step debugging it is recommended to disable any optimizations (or at least use only -O1) as otherwise there might be surprises when debugging due to the reordered/optimized code. </div><div dir="auto"><br></div><div dir="auto">Regards, </div><div dir="auto">Sven </div><div class="gmail_quote" dir="auto"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"></blockquote></div></div>