Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix LTO warning by enabling parallel compilation
The previous use of -flto caused a warning: "lto-wrapper: warning: using serial compilation of 2 LTRANS jobs" To resolve this and enable parallel compilation, -flto=auto is now used This option leverages GNU make's job server when available and falls back to autodetection of CPU threads.
- Loading branch information