Skip to content

Commit

Permalink
deploy: No no lto
Browse files Browse the repository at this point in the history
  • Loading branch information
barrbrain committed Nov 22, 2023
1 parent d05a460 commit efcaa3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ jobs:
- conf: gnu
name: gnu-generic
toolchain: stable-x86_64-pc-windows-gnu
profile: release-no-lto
profile: release-strip
target_cpu: x86-64
- conf: gnu
name: gnu-sse4
toolchain: stable-x86_64-pc-windows-gnu
profile: release-no-lto
profile: release-strip
target_cpu: x86-64-v2
- conf: gnu
name: gnu-avx2
Expand Down

0 comments on commit efcaa3b

Please sign in to comment.