Release mode app worked on ch3.
This commit is contained in:
parent
1cef77eac7
commit
abdfaeae89
6 changed files with 6 additions and 6 deletions
|
@ -6,7 +6,7 @@ fn main() {
|
|||
insert_app_data().unwrap();
|
||||
}
|
||||
|
||||
static TARGET_PATH: &str = "../user/target/riscv64gc-unknown-none-elf/debug/";
|
||||
static TARGET_PATH: &str = "../user/target/riscv64gc-unknown-none-elf/release/";
|
||||
|
||||
fn insert_app_data() -> Result<()> {
|
||||
let mut f = File::create("src/link_app.S").unwrap();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue