Timm Bäder 0f98426a15 spec: Rely on default -flto values instead of using auto
According to the GCC docs[1], -flto=auto does:

> 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.

clang does not support -flto=auto (or -flto=jobserver for that matter),
so using this option breaks the build with non-gcc compilers. Pass just
-flto instead and rely on gcc doing the right thing.

[1] https://gcc.gnu.org/onlinedocs/gcc/Optimize-Options.html
2020-06-25 10:06:08 +00:00
2020-02-03 21:53:14 -07:00
2018-11-11 17:34:07 -07:00
2020-02-03 21:53:14 -07:00
2020-02-09 20:57:38 -07:00
2015-07-06 14:37:14 -06:00
Description
Languages
RPM Spec 71.8%
Diff 28.2%