We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a68951b commit 71b9b04Copy full SHA for 71b9b04
Kconfig.zephyr
@@ -491,6 +491,8 @@ choice COMPILER_OPTIMIZATIONS
491
prompt "Optimization level"
492
default NO_OPTIMIZATIONS if COVERAGE
493
default DEBUG_OPTIMIZATIONS if DEBUG
494
+ # gcc 14.3 -Os is broken on riscv. This setting should be in the SDK, it's here for testing
495
+ default SPEED_OPTIMIZATIONS if "$(TOOLCHAIN_VARIANT_COMPILER)" = "gnu" && RISCV
496
default SIZE_OPTIMIZATIONS_AGGRESSIVE if "$(TOOLCHAIN_VARIANT_COMPILER)" = "llvm"
497
default SIZE_OPTIMIZATIONS
498
help
0 commit comments