Skip to content

Commit

Permalink
disable lto ☹
Browse files Browse the repository at this point in the history
  • Loading branch information
icewind1991 committed Mar 29, 2024
1 parent 198ce2f commit 2449c96
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ criterion = "0.4.0"
insta = { version = "1.34.0", features = ["json"] }

[profile.release]
lto = true
lto = "thin"

[profile.dev]
opt-level = 2
Expand Down
3 changes: 3 additions & 0 deletions parser.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,8 @@ in

cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"schemars-0.8.16" = "sha256-mQR56Ym76gSRulZrThmZHHw2JfhEgYhWXabwaYmyMYs=";
};
};
}

0 comments on commit 2449c96

Please sign in to comment.