feat: impl export-executable-symbols

This commit is contained in:
csmoe 2022-07-25 05:20:23 +00:00
parent babff2211e
commit 6674c94d15
7 changed files with 42 additions and 5 deletions

View file

@ -733,6 +733,7 @@ fn test_unstable_options_tracking_hash() {
tracked!(debug_macros, true);
tracked!(dep_info_omit_d_target, true);
tracked!(drop_tracking, true);
tracked!(export_executable_symbols, true);
tracked!(dual_proc_macros, true);
tracked!(dwarf_version, Some(5));
tracked!(emit_thin_lto, false);