Skip to content

Commit 0f9a134

Browse files
committed
also set lto=auto on scons command
1 parent b9abc4c commit 0f9a134

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/builds.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
env:
7474
SCONS_CACHE: ${{ github.workspace }}/.scons-cache/
7575
run: |
76-
scons use_mingw=yes target=${{ matrix.target-type }} platform=${{ matrix.target.platform }} arch=${{ matrix.target.arch }} precision=${{ matrix.float-precision }}
76+
scons lto=auto use_mingw=yes target=${{ matrix.target-type }} platform=${{ matrix.target.platform }} arch=${{ matrix.target.arch }} precision=${{ matrix.float-precision }}
7777
7878
# Sign the binary (macOS only)
7979
- name: Mac Sign

0 commit comments

Comments
 (0)