diff options
| author | Jeff Epler <jepler@gmail.com> | 2020-11-12 14:04:50 -0600 |
|---|---|---|
| committer | Jeff Epler <jepler@gmail.com> | 2020-12-29 14:06:32 -0600 |
| commit | d024df6b065c125f07c929371c94a48b058eff22 (patch) | |
| tree | 6f8d66a8d60e88698a40d72fd2a94fe90dc39826 /shared-module | |
| parent | 9993814f7ca3d37e26d48ea7246cb40033899270 (diff) | |
esp32s2: Use better optimizer flags in debug builds
(note that the before and after files both lack trailing newlines; this is
how the esp-idf do)
OPTIMIZATION_DEFAULT is -Og, which enables optimizations that do not
interfere with the debugger:
```
elseif(CONFIG_COMPILER_OPTIMIZATION_DEFAULT)
list(APPEND compile_options "-Og")
```
Diffstat (limited to 'shared-module')
0 files changed, 0 insertions, 0 deletions
