Skip to content

Commit

Permalink
Also disable LTO for clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffcharles committed Jul 17, 2023
1 parent 8b7e98a commit 244173c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ fmt-core:
# This reduces the size of the target directory which improves CI stability.
fmt-cli:
cargo fmt --package=javy-cli -- --check
cargo clippy --package=javy-cli --release --all-targets -- -D warnings
CARGO_PROFILE_RELEASE_LTO=off cargo clippy --package=javy-cli --release --all-targets -- -D warnings

clean: clean-wasi-sdk clean-cargo

Expand Down

0 comments on commit 244173c

Please sign in to comment.