Skip to content

Commit

Permalink
Added Cross-Language LTO to Windows and Linux CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Redfire75369 committed Oct 8, 2024
1 parent f6d66c2 commit 1a2953f
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 @@ -63,7 +63,7 @@ jobs:
- name: Build Windows
if: matrix.os == 'windows'
env:
MOZ_LTO: full
MOZ_LTO: full,cross
CFLAGS: /clang:-flto
CPPFLAGS: /clang:-flto
RUSTFLAGS: -Clinker-plugin-lto -Clinker=lld-link
Expand All @@ -80,7 +80,7 @@ jobs:
- name: Build Linux
if: matrix.os == 'linux'
env:
MOZ_LTO: full
MOZ_LTO: full,cross
CFLAGS: -flto
CPPFLAGS: -flto
CXXFLAGS: -flto
Expand Down

0 comments on commit 1a2953f

Please sign in to comment.