Skip to content
This repository was archived by the owner on Nov 3, 2022. It is now read-only.

Commit 4444193

Browse files
committed
bugfix of failing to compile cargo-xbuild
ref: rust-lang/rust#62896
1 parent d5c8843 commit 4444193

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
command: 'rustup override add nightly'
1616
- run:
1717
name: install cargo-xbuild
18-
command: 'cargo install cargo-xbuild --debug'
18+
command: 'cargo install cargo-xbuild'
1919
- run:
2020
name: additional configuration for cargo-xbuild
2121
command: 'rustup component add rust-src'

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,4 @@ panic = "abort" # disable stack unwinding on panic
4242
# profile used for `cargo build --release`
4343
[profile.release]
4444
panic = "abort" # disable stack unwinding on panic
45+
codegen-units = 1

0 commit comments

Comments
 (0)