mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 20:46:07 +03:00
3823f0bc07
Remove the omit_gdb_pretty_printer_section attribute 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.