mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-21 09:21:52 +00:00
Newlib's LTO only makes sense if GCC supports it
Signed-off-by: Alexey Neyman <stilor@att.net>
This commit is contained in:
parent
4d723d0892
commit
d20091d730
@ -140,6 +140,7 @@ config LIBC_NEWLIB_ENABLE_TARGET_OPTSPACE
|
||||
config LIBC_NEWLIB_LTO
|
||||
bool
|
||||
prompt "Enable Link Time Optimization"
|
||||
depends on CC_GCC_USE_LTO
|
||||
help
|
||||
Builds the libraries with -flto to enable more aggressive link time
|
||||
optimization. You will need to add -flto-partition=one to your
|
||||
|
Loading…
x
Reference in New Issue
Block a user