You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments