Skip to content

Commit

Permalink
Re-disable LTO
Browse files Browse the repository at this point in the history
This causes TurboFan compilation on android chrome to fail,
showing the "aw, snap" error.

The issue is absent in android Firefox.
Strangely, the issue is also not present in some other chromium
browsers (android edge, opera), which leads to possibly the
main relevant issues:
dotnet/runtime#62149
WebAssembly/design#1397 (comment)
  • Loading branch information
ang-zeyu committed Jun 13, 2022
1 parent 735918f commit b2dda7b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,3 @@ members = [
"packages/morsels_search",
"packages/mdbook-morsels",
]

[profile.release]
lto = true

0 comments on commit b2dda7b

Please sign in to comment.