Skip to content

Commit

Permalink
also set lto=auto on scons command
Browse files Browse the repository at this point in the history
  • Loading branch information
unvermuthet committed Mar 5, 2025
1 parent b9abc4c commit 0f9a134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
env:
SCONS_CACHE: ${{ github.workspace }}/.scons-cache/
run: |
scons use_mingw=yes target=${{ matrix.target-type }} platform=${{ matrix.target.platform }} arch=${{ matrix.target.arch }} precision=${{ matrix.float-precision }}
scons lto=auto use_mingw=yes target=${{ matrix.target-type }} platform=${{ matrix.target.platform }} arch=${{ matrix.target.arch }} precision=${{ matrix.float-precision }}
# Sign the binary (macOS only)
- name: Mac Sign
Expand Down

0 comments on commit 0f9a134

Please sign in to comment.