Hi all, Is there a way to stop gcc from nuking an if (false) statement and the corresponding branch from the compiled code for debugging purposes? Even turning off all optimizations doesn't achieve this best regards, Julian
Hi all, Is there a way to stop gcc from nuking an if (false) statement and the corresponding branch from the compiled code for debugging purposes? Even turning off all optimizations doesn't achieve this best regards, Julian