mirror of
https://github.com/project-gauntlet/gauntlet.git
synced 2025-12-23 10:35:53 +00:00
Use thin LTO instead of fat LTO which breaks mouse events on macOS
This commit is contained in:
parent
c0e68afc21
commit
a285efc47c
2 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue