Skip to content

Commit

Permalink
librustc_back: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tamird committed Apr 24, 2016
1 parent 8c65ef7 commit 847d195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc_back/target/apple_base.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ pub fn opts() -> TargetOptions {
}).unwrap_or((10, 7));

TargetOptions {
// OSX has -dead_strip, which doesn't rely on ffunction_sections
// OSX has -dead_strip, which doesn't rely on function_sections
function_sections: false,
dynamic_linking: true,
executables: true,
Expand Down

0 comments on commit 847d195

Please sign in to comment.