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

Commit

Permalink
bugfix of failing to compile cargo-xbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
a2not committed Aug 24, 2020
1 parent d5c8843 commit 4444193
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
command: 'rustup override add nightly'
- run:
name: install cargo-xbuild
command: 'cargo install cargo-xbuild --debug'
command: 'cargo install cargo-xbuild'
- run:
name: additional configuration for cargo-xbuild
command: 'rustup component add rust-src'
Expand Down
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,4 @@ panic = "abort" # disable stack unwinding on panic
# profile used for `cargo build --release`
[profile.release]
panic = "abort" # disable stack unwinding on panic
codegen-units = 1

0 comments on commit 4444193

Please sign in to comment.