1
0
Fork 0

Update .cargo/config

This commit is contained in:
abdul124 2024-07-19 10:54:28 +08:00
parent 4200b7caa1
commit 4c5c4a0e8b
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ rustflags = [
"-C", "link-arg=-Tlink.x",
"-C", "target-feature=a9,armv7-a,neon",
"-C", "target-cpu=cortex-a9",
"-Zcrate-attr=feature(const_fn)"
]
[build]