mirror of
https://github.com/lune-org/lune.git
synced 2024-12-12 04:50:36 +00:00
Try removing lto to fix linking error on linux on arm
This commit is contained in:
parent
c14a6f0ae7
commit
96c82535a4
1 changed files with 0 additions and 2 deletions
|
@ -46,7 +46,6 @@ reqwest = { version = "0.11", default-features = false }
|
||||||
#
|
#
|
||||||
# 1. Optimize for size
|
# 1. Optimize for size
|
||||||
# 2. Automatically strip symbols from the binary
|
# 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
|
# 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
|
# even more, but because we use the filesystem & some other APIs we
|
||||||
|
@ -55,4 +54,3 @@ reqwest = { version = "0.11", default-features = false }
|
||||||
[profile.release]
|
[profile.release]
|
||||||
opt-level = "z"
|
opt-level = "z"
|
||||||
strip = true
|
strip = true
|
||||||
lto = true
|
|
||||||
|
|
Loading…
Reference in a new issue