Skip to content

Commit 028e4ea

Browse files
committed
Revert "Use SPEED_OPTIMIZATIONS on riscv for GCC 14.3"
This reverts commit 11cb67b. Signed-off-by: Marcin Szymczyk <[email protected]>
1 parent c560b45 commit 028e4ea

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Kconfig.zephyr

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -481,8 +481,6 @@ choice COMPILER_OPTIMIZATIONS
481481
prompt "Optimization level"
482482
default NO_OPTIMIZATIONS if COVERAGE
483483
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
486484
default SIZE_OPTIMIZATIONS_AGGRESSIVE if "$(TOOLCHAIN_VARIANT_COMPILER)" = "llvm"
487485
default SIZE_OPTIMIZATIONS
488486
help

0 commit comments

Comments
 (0)