mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +00:00
[Overlays/Optimizations] Do not use lto by default
This commit is contained in:
parent
786a2f0b9c
commit
53c1c77144
1 changed files with 1 additions and 1 deletions
|
|
@ -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 make’s 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 make’s 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue