We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
lto=auto
1 parent b9abc4c commit 0f9a134Copy full SHA for 0f9a134
.github/workflows/builds.yml
@@ -73,7 +73,7 @@ jobs:
73
env:
74
SCONS_CACHE: ${{ github.workspace }}/.scons-cache/
75
run: |
76
- 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 }}
77
78
# Sign the binary (macOS only)
79
- name: Mac Sign
0 commit comments