Release mode app worked on ch3.
This commit is contained in:
parent
1cef77eac7
commit
abdfaeae89
6 changed files with 6 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
TARGET := riscv64gc-unknown-none-elf
|
||||
MODE := debug
|
||||
MODE := release
|
||||
APP_DIR := src/bin
|
||||
TARGET_DIR := target/$(TARGET)/$(MODE)
|
||||
APPS := $(wildcard $(APP_DIR)/*.rs)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue