Skip to content

Commit 4162617

Browse files
author
Ali Clark
committed
---
yaml --- r: 274288 b: refs/heads/stable c: 8e36b3a h: refs/heads/master
1 parent 48ba7cf commit 4162617

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ refs/heads/tmp: e06d2ad9fcd5027bcaac5b08fc9aa39a49d0ecd3
2929
refs/tags/1.0.0-alpha.2: 4c705f6bc559886632d3871b04f58aab093bfa2f
3030
refs/tags/homu-tmp: c0221c8897db309a79990367476177b1230bb264
3131
refs/tags/1.0.0-beta: 8cbb92b53468ee2b0c2d3eeb8567005953d40828
32-
refs/heads/stable: 2cbffd5642c83b02d206110c483d5d83aed51c54
32+
refs/heads/stable: 8e36b3ac4d8cf773d84231ad0958eda781c64139
3333
refs/tags/1.0.0: 55bd4f8ff2b323f317ae89e254ce87162d52a375
3434
refs/tags/1.1.0: bc3c16f09287e5545c1d3f76b7abd54f2eca868b
3535
refs/tags/1.2.0: f557861f822c34f07270347b94b5280de20a597e

branches/stable/src/librustc_back/target/freebsd_base.rs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,6 @@ pub fn opts() -> TargetOptions {
1818
executables: true,
1919
has_rpath: true,
2020
pre_link_args: vec![
21-
// We want to be able to strip as much executable code as possible
22-
// from the linker command line, and this flag indicates to the
23-
// linker that it can avoid linking in dynamic libraries that don't
24-
// actually satisfy any symbols up to that point (as with many other
25-
// resolutions the linker does). This option only applies to all
26-
// following libraries so we're sure to pass it as one of the first
27-
// arguments.
28-
"-Wl,--as-needed".to_string(),
29-
3021
// Always enable NX protection when it is available
3122
"-Wl,-z,noexecstack".to_string(),
3223
],

0 commit comments

Comments
 (0)