diff --git a/boards/Makefile.common b/boards/Makefile.common index 8d1bbdf5fe..3e63b338d3 100644 --- a/boards/Makefile.common +++ b/boards/Makefile.common @@ -24,6 +24,7 @@ RUSTFLAGS_FOR_CARGO ?= \ -C linker-flavor=ld.lld \ -C relocation-model=dynamic-no-pic \ -C link-arg=-zmax-page-size=512 \ + -C force-frame-pointers=no \ --remap-path-prefix=$(MAKEFILE_PARENT_PATH)= \ # Disallow warnings for continuous integration builds. Disallowing them here