Add -Z embed-source=yes
to embed source code in DWARF debug info
This commit is contained in:
parent
80d8270d84
commit
0b87af9d4f
9 changed files with 76 additions and 4 deletions
|
@ -773,6 +773,7 @@ fn test_unstable_options_tracking_hash() {
|
|||
tracked!(direct_access_external_data, Some(true));
|
||||
tracked!(dual_proc_macros, true);
|
||||
tracked!(dwarf_version, Some(5));
|
||||
tracked!(embed_source, true);
|
||||
tracked!(emit_thin_lto, false);
|
||||
tracked!(export_executable_symbols, true);
|
||||
tracked!(fewer_names, Some(true));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue