Add an (perma-)unstable option to disable vtable vptr
This flag is intended for evaluation of trait upcasting space cost for embedded use cases.
This commit is contained in:
parent
0f7f6b7061
commit
a7633b8a71
3 changed files with 4 additions and 1 deletions
|
@ -807,6 +807,7 @@ fn test_unstable_options_tracking_hash() {
|
|||
tracked!(no_jump_tables, true);
|
||||
tracked!(no_link, true);
|
||||
tracked!(no_profiler_runtime, true);
|
||||
tracked!(no_trait_vptr, true);
|
||||
tracked!(no_unique_section_names, true);
|
||||
tracked!(oom, OomStrategy::Panic);
|
||||
tracked!(osx_rpath_install_name, true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue