Closed
Description
Previously we had -Z debug-info
and -Z extra-debug-info
where the first was essentially line-numbers only and the second was the full local variables etc. information. -Z extra-debug-info
was replaced by -g
and the former was removed.
A -Z debug-info
equivalent has lower compilation and runtime overhead.