cargo: config: turn off frame pointers, but turn on stack protection

This commit is contained in:
2026-01-27 16:55:37 +01:00
parent ecb06e1a56
commit a0ece1696f

View File

@@ -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"