[Overlays/Optimizations] Do not use lto by default

This commit is contained in:
Antoine Viallon 2022-04-23 21:59:54 +02:00
parent 786a2f0b9c
commit 53c1c77144
Signed by: aviallon
GPG key ID: 186FC35EDEB25716

View file

@ -30,7 +30,7 @@ in
"-fno-asynchronous-unwind-tables"
# Fat LTO objects are object files that contain both the intermediate language and the object code. This makes them usable for both LTO linking and normal linking.
"-flto=auto" # Use -flto=auto to use GNU makes job server, if available, or otherwise fall back to autodetection of the number of CPU threads present in your system.
# "-flto=auto" # Use -flto=auto to use GNU makes job server, if available, or otherwise fall back to autodetection of the number of CPU threads present in your system.
"-ffat-lto-objects"
# Math optimizations leading to loss of precision