Skip to content

Commit

Permalink
Added Cross-Language LTO to MacOS CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Redfire75369 committed Oct 8, 2024
1 parent fdef0f5 commit bb8637f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,12 @@ jobs:
- name: Build MacOS
if: matrix.os == 'macos'
env:
MOZ_LTO: full
MOZ_LTO: full,cross
CFLAGS: -flto
CPPFLAGS: -flto
CXXFLAGS: -flto
LDFLAGS: -flto
RUSTFLAGS: -Clinker-plugin-lto
RUSTFLAGS: -Clinker-plugin-lto -Clink-arg=-flto
run: |
just build-release -v --locked --target $TARGET
mv ./target/$TARGET/release/cli ./target/$TARGET/release/spiderfire
Expand Down

0 comments on commit bb8637f

Please sign in to comment.