mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-26 13:01:27 +03:00
ae2f8d9216
Disabling loading of pretty printers in the debugger itself is more reliable. Before this commit the .gdb_debug_scripts section couldn't be included in dylibs or rlibs as otherwise there is no way to disable the section anymore without recompiling the entire standard library.