1
Fork 0

Add -Z embed-source=yes to embed source code in DWARF debug info

This commit is contained in:
Mrmaxmeier 2024-04-27 23:14:36 +02:00
parent 80d8270d84
commit 0b87af9d4f
9 changed files with 76 additions and 4 deletions

View file

@ -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));