Skip to content

Commit

Permalink
Try removing lto to fix linking error on linux on arm
Browse files Browse the repository at this point in the history
  • Loading branch information
filiptibell committed May 6, 2023
1 parent c14a6f0 commit 96c8253
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ reqwest = { version = "0.11", default-features = false }
#
# 1. Optimize for size
# 2. Automatically strip symbols from the binary
# 3. Enable link-time optimization
#
# Note that we could abort instead of panicking to cut down on size
# even more, but because we use the filesystem & some other APIs we
Expand All @@ -55,4 +54,3 @@ reqwest = { version = "0.11", default-features = false }
[profile.release]
opt-level = "z"
strip = true
lto = true

0 comments on commit 96c8253

Please sign in to comment.