Skip to content

Commit

Permalink
Merge pull request #1155 from bcressey/cargo-build-override
Browse files Browse the repository at this point in the history
align opt-level for crate build deps
  • Loading branch information
bcressey authored Oct 12, 2020
2 parents 8aff7c7 + 3e75f29 commit bffcc55
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
fail-fast: false
steps:
- uses: actions/checkout@v2
- run: rustup toolchain install 1.46.0 && rustup default 1.46.0
- run: cargo install --version 0.30.0 cargo-make
- run: cargo install --version 0.6.6 cargo-deny --no-default-features
- run: cargo make -e BUILDSYS_VARIANT=${{ matrix.variant }} unit-tests
Expand Down
3 changes: 3 additions & 0 deletions packages/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,6 @@ members = [
[profile.dev]
debug = false
opt-level = 'z'

[profile.dev.build-override]
opt-level = 'z'

0 comments on commit bffcc55

Please sign in to comment.