-
-
Notifications
You must be signed in to change notification settings - Fork 14.3k
Closed
Labels
A-debuginfoArea: Debugging information in compiled programs (DWARF, PDB, etc.)Area: Debugging information in compiled programs (DWARF, PDB, etc.)A-frontendArea: Compiler frontend (errors, parsing and HIR)Area: Compiler frontend (errors, parsing and HIR)
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.
Metadata
Metadata
Assignees
Labels
A-debuginfoArea: Debugging information in compiled programs (DWARF, PDB, etc.)Area: Debugging information in compiled programs (DWARF, PDB, etc.)A-frontendArea: Compiler frontend (errors, parsing and HIR)Area: Compiler frontend (errors, parsing and HIR)