diff --git a/examples/hello_rust/Makefile b/examples/hello_rust/Makefile index 894de9cea..8415ff402 100644 --- a/examples/hello_rust/Makefile +++ b/examples/hello_rust/Makefile @@ -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