We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 911bfeb commit 26b945fCopy full SHA for 26b945f
CHANGELOG.md
@@ -5,6 +5,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
5
6
## Unreleased
7
8
+- Set `-Clinker-plugin-lto` for the sysroot build ([#71](https://github.com/rust-osdev/cargo-xbuild/pull/71))
9
+ - Second try to fix missing bitcode error for LTO builds (see [#69](https://github.com/rust-osdev/cargo-xbuild/issues/69))
10
+ - Reverts "Enable lto for sysroot build to fix missing bitcode error ([#70](https://github.com/rust-osdev/cargo-xbuild/pull/70))"
11
+
12
## 0.5.30 - 2020-05-11
13
14
- Enable lto for sysroot build to fix missing bitcode error ([#70](https://github.com/rust-osdev/cargo-xbuild/pull/70))
0 commit comments