Skip to content
Snippets Groups Projects
Commit 0d87372a 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,6 @@ uc = "update -p duniter-core" ...@@ -9,3 +9,6 @@ uc = "update -p duniter-core"
ug = "update -p duniter-gva" ug = "update -p duniter-gva"
ugc = "update -p duniter-gva-conf" ugc = "update -p duniter-gva-conf"
xtask = "run --package xtask --" xtask = "run --package xtask --"
[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