rust/compiler/rustc_session
Anthony Ramine 056942215c Implement -Z function-sections=yes|no
This lets rustc users tweak whether all functions should be put in their own
TEXT section, using whatever default value the target defines if the flag
is missing.
2020-10-26 23:26:43 +01:00
..
src Implement -Z function-sections=yes|no 2020-10-26 23:26:43 +01:00
Cargo.toml