We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c65ef7 commit 847d195Copy full SHA for 847d195
src/librustc_back/target/apple_base.rs
@@ -33,7 +33,7 @@ pub fn opts() -> TargetOptions {
33
}).unwrap_or((10, 7));
34
35
TargetOptions {
36
- // OSX has -dead_strip, which doesn't rely on ffunction_sections
+ // OSX has -dead_strip, which doesn't rely on function_sections
37
function_sections: false,
38
dynamic_linking: true,
39
executables: true,
0 commit comments