Skip to content

Commit

Permalink
Removed Cross-Language LTO from MacOS CI Fully
Browse files Browse the repository at this point in the history
  • Loading branch information
Redfire75369 committed Oct 8, 2024
1 parent 90a2e43 commit c6b69ff
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,7 @@ jobs:
CFLAGS: -flto
CPPFLAGS: -flto
CXXFLAGS: -flto
LDFLAGS: -flto
RUSTFLAGS: -Clinker-plugin-lto -Clink-arg=-flto
RUSTFLAGS:
run: |
just build-release -v --locked --target $TARGET
mv ./target/$TARGET/release/cli ./target/$TARGET/release/spiderfire
Expand Down

0 comments on commit c6b69ff

Please sign in to comment.