diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/Kconfig b/src/Kconfig index b6dc67f00a..55fad952bb 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -116,6 +116,13 @@ config CCACHE For details see https://ccache.samba.org. +config LTO + bool "Use link time optimization (LTO) (experimental)" + default n + help + Compile with link time optimization. This can often decrease the + final binary size, but may increase compilation time. + config IWYU bool "Test platform with include-what-you-use" help |