diff --git a/esp32c3-hal/.cargo/config.toml b/esp32c3-hal/.cargo/config.toml index 94569ce092e..3722ba6b532 100644 --- a/esp32c3-hal/.cargo/config.toml +++ b/esp32c3-hal/.cargo/config.toml @@ -4,6 +4,8 @@ rustflags = [ "-C", "link-arg=-Tlinkall.x", "-C", "force-frame-pointers", + "-C", "llvm-args=--max-jump-table-size=0", + # comment the cfgs below if you do _not_ wish to emulate atomics. # enable the atomic codegen option for RISCV "-C", "target-feature=+a",