apps/examples/hello_rust/Makefile: Add -O flag
This commit is contained in:
parent
8cb0bf3eab
commit
b311c46778
@ -31,6 +31,6 @@ MODULE = $(CONFIG_EXAMPLES_HELLO_RUST)
|
||||
|
||||
MAINSRC = hello_rust_main.rs
|
||||
|
||||
RUSTFLAGS += -C panic=abort
|
||||
RUSTFLAGS += -C panic=abort -O
|
||||
|
||||
include $(APPDIR)/Application.mk
|
||||
|
Loading…
Reference in New Issue
Block a user