Use thin LTO instead of fat LTO which breaks mouse events on macOS

This commit is contained in:
Exidex 2025-01-19 19:52:29 +01:00
parent c0e68afc21
commit a285efc47c
No known key found for this signature in database
GPG key ID: 46D8D21671EB48FA
2 changed files with 3 additions and 1 deletions

View file

@ -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

View file

@ -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]