Skip to content

Commit

Permalink
Auto merge of rust-lang#102418 - citrus-it:illumos-strip-debug, r=nagisa
Browse files Browse the repository at this point in the history
The illumos linker does not support --strip-debug

When building and testing rust 1.64.0 on illumos, we saw a large number of failing tests associated with:

```
   = note: ld: fatal: unrecognized option '--strip-debug'
           ld: fatal: use the -z help option for usage information
           collect2: error: ld returned 1 exit status
```

The illumos linker does not support the `--strip-debug` option (although it does support `--strip-all`).
  • Loading branch information
bors committed Oct 18, 2022
2 parents 3909bc1 + 94048e7 commit 0a211aa
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 0a211aa

Please sign in to comment.