diff --git a/.cargo/config.toml b/.cargo/config.toml index 7445a62..17c9443 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -11,7 +11,7 @@ ESP_RTOS_CONFIG_TICK_RATE_HZ="50" [build] rustflags = [ "-C", "link-arg=-nostartfiles", - "-C", "force-frame-pointers" + "-Z", "stack-protector=all", ] target = "xtensa-esp32s3-none-elf"