Skip to content

Commit

Permalink
add LTO to menu
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason2866 authored Sep 21, 2024
1 parent a65034d commit 3a06c6f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -569,6 +569,13 @@ mainmenu "Espressif IoT Development Framework Configuration"
Enable this option if use GCC 13 or newer, and want to disable warnings which don't appear with
GCC 12.

config COMPILER_ENABLE_LTO
bool "Enable LTO compile and linking"
default "n"
help
The overall aim of LTO is better runtime performance through whole-program analysis
and cross-module optimisation.

config COMPILER_DUMP_RTL_FILES
bool "Dump RTL files during compilation"
help
Expand Down

0 comments on commit 3a06c6f

Please sign in to comment.