11 lines
237 B
Plaintext
11 lines
237 B
Plaintext
# Core dump
|
|
CONFIG_ESP_COREDUMP_ENABLE_TO_FLASH=y
|
|
CONFIG_ESP_COREDUMP_CAPTURE_DRAM=y
|
|
|
|
# Build type
|
|
CONFIG_APP_REPRODUCIBLE_BUILD=y
|
|
|
|
# Compiler options
|
|
CONFIG_COMPILER_OPTIMIZATION_PERF=y
|
|
CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_DISABLE=y
|