Skip to content

Commit

Permalink
Use thin LTO instead of fat LTO which breaks mouse events on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
Exidex committed Jan 19, 2025
1 parent c0e68af commit a285efc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ For changes in `@project-gauntlet/tools` see [separate CHANGELOG.md](https://git

## [Unreleased]

- Fixed mouse actions like scrolling or clicking not working on macOS

## [13] - 2025-01-19

### General
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ scenario_runner = ["gauntlet-cli/scenario_runner"]
[profile.release-size]
inherits = "release"
opt-level = "s"
lto = true
lto = "thin"
strip = true

[patch.crates-io]
Expand Down

0 comments on commit a285efc

Please sign in to comment.