mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
apps/examples/hello_rust/Makefile: Add -O flag
This commit is contained in:
parent
8cb0bf3eab
commit
b311c46778
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue