Skip to content

Commit

Permalink
disable lto
Browse files Browse the repository at this point in the history
  • Loading branch information
Oppzippy committed May 15, 2024
1 parent 599c227 commit 0743f59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
shell: msys2 {0}
run: |
mkdir ~/.cargo
cargo install --root "$HOME/.cargo" just
CARGO_PROFILE_RELEASE_LTO=false cargo install --root "$HOME/.cargo" just
- name: Build gui
shell: msys2 {0}
Expand Down

0 comments on commit 0743f59

Please sign in to comment.