mirror of
https://github.com/monero-project/monero.git
synced 2025-12-17 05:13:58 -05:00
LTO off
Attempts to solve conflicts on armv7.
This commit is contained in:
parent
170324ae68
commit
98569b0e7f
1 changed files with 6 additions and 0 deletions
|
|
@ -21,3 +21,9 @@ full-chain-membership-proofs = { git = "https://github.com/kayabaNerve/fcmp-plus
|
||||||
|
|
||||||
[patch.crates-io]
|
[patch.crates-io]
|
||||||
crypto-bigint = { git = "https://github.com/kayabaNerve/crypto-bigint", branch = "c-repr" }
|
crypto-bigint = { git = "https://github.com/kayabaNerve/crypto-bigint", branch = "c-repr" }
|
||||||
|
|
||||||
|
[profile.dev]
|
||||||
|
lto = "off"
|
||||||
|
|
||||||
|
[profile.release]
|
||||||
|
lto = "off"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue