forked from M-Labs/zynq-rs
Update .cargo/config
This commit is contained in:
parent
4200b7caa1
commit
4c5c4a0e8b
|
@ -3,6 +3,7 @@ rustflags = [
|
||||||
"-C", "link-arg=-Tlink.x",
|
"-C", "link-arg=-Tlink.x",
|
||||||
"-C", "target-feature=a9,armv7-a,neon",
|
"-C", "target-feature=a9,armv7-a,neon",
|
||||||
"-C", "target-cpu=cortex-a9",
|
"-C", "target-cpu=cortex-a9",
|
||||||
|
"-Zcrate-attr=feature(const_fn)"
|
||||||
]
|
]
|
||||||
|
|
||||||
[build]
|
[build]
|
||||||
|
|
Loading…
Reference in New Issue