1
0
Fork 0
This commit is contained in:
abdul124 2024-07-19 18:10:23 +08:00
parent f6e82db00b
commit ea0e1cf3ca
2 changed files with 2 additions and 1 deletions

View File

@ -3,7 +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)"
#"-Zcrate-attr=feature(const_fn)"
]
[build]

View File

@ -1,6 +1,7 @@
#![no_std]
#![feature(llvm_asm, global_asm)]
#![feature(never_type)]
#![feature(const_fn)]
extern crate alloc;