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 1a13f37 commit 11cb67bCopy full SHA for 11cb67b
Kconfig.zephyr
@@ -481,6 +481,8 @@ choice COMPILER_OPTIMIZATIONS
481
prompt "Optimization level"
482
default NO_OPTIMIZATIONS if COVERAGE
483
default DEBUG_OPTIMIZATIONS if DEBUG
484
+ # gcc 14.3 -Os is broken on riscv. This setting should be in the SDK, it's here for testing
485
+ default SPEED_OPTIMIZATIONS if "$(TOOLCHAIN_VARIANT_COMPILER)" = "gnu" && RISCV
486
default SIZE_OPTIMIZATIONS_AGGRESSIVE if "$(TOOLCHAIN_VARIANT_COMPILER)" = "llvm"
487
default SIZE_OPTIMIZATIONS
488
help
0 commit comments