Skip to content
Snippets Groups Projects
Commit a29b38ae authored by Cédric Moreau's avatar Cédric Moreau Committed by Cédric Moreau
Browse files

fix: #1429 compilation on ARM x64

parent 0468f121
No related branches found
No related tags found
No related merge requests found
......@@ -9,3 +9,7 @@ uc = "update -p duniter-core"
ug = "update -p duniter-gva"
ugc = "update -p duniter-gva-conf"
xtask = "run --package xtask --"
# Required for ARM x64. See: https://github.com/rust-lang/cargo/issues/6489
[target.'cfg(all(target_arch = "aarch64"))']
rustflags = ["-Ccodegen-units=1"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment