cargo: config: turn off frame pointers, but turn on stack protection
This commit is contained in:
@@ -11,7 +11,7 @@ ESP_RTOS_CONFIG_TICK_RATE_HZ="50"
|
|||||||
[build]
|
[build]
|
||||||
rustflags = [
|
rustflags = [
|
||||||
"-C", "link-arg=-nostartfiles",
|
"-C", "link-arg=-nostartfiles",
|
||||||
"-C", "force-frame-pointers"
|
"-Z", "stack-protector=all",
|
||||||
]
|
]
|
||||||
|
|
||||||
target = "xtensa-esp32s3-none-elf"
|
target = "xtensa-esp32s3-none-elf"
|
||||||
|
|||||||
Reference in New Issue
Block a user