Skip to content

Commit

Permalink
Removed Extra Verbose CI Output
Browse files Browse the repository at this point in the history
  • Loading branch information
Redfire75369 committed Dec 5, 2023
1 parent a3da2e9 commit a029ab2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ jobs:
CXXFLAGS: -flto -fuse-ld=lld
LDFLAGS: -fuse-ld=lld
RUSTC_WRAPPER: sccache
RUSTFLAGS: -Clinker-plugin-lto -Clinker=clang -Clink-arg=-fuse-ld=lld -Clink-arg=-v
RUSTFLAGS: -Clinker-plugin-lto -Clinker=clang -Clink-arg=-fuse-ld=lld
run: |
just build-release -vv --target $TARGET
just build-release -v --target $TARGET
mv ./target/$TARGET/release/cli ./target/$TARGET/release/spiderfire
- name: Upload Executables as Artifacts
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ unsafe_op_in_unsafe_fn = "forbid"

[profile.release]
lto = "fat"
strip = "symbols"
strip = "symbols"

0 comments on commit a029ab2

Please sign in to comment.