rpminspect: Try to fix the lto detection
annocheck started to fail on lto even tough it passed 3 weeks ago. Try to set the flags in the same way as they're done for clang.
This commit is contained in:
parent
08e681d20f
commit
93120b4ced
@ -1,4 +1,7 @@
|
|||||||
---
|
---
|
||||||
# LTO is disabled on purpose - see https://src.fedoraproject.org/rpms/flatpak/c/b778818a121d2b129788eebda390b59edf7eda8e
|
# LTO is disabled on purpose - see https://src.fedoraproject.org/rpms/flatpak/c/b778818a121d2b129788eebda390b59edf7eda8e
|
||||||
|
# Note that all (default hardened) flags need to be repeated here, if
|
||||||
|
# you override some config flags it will completely overwrite the
|
||||||
|
# defaults (--ignore-unknown --verbose).
|
||||||
annocheck:
|
annocheck:
|
||||||
- hardened: --skip-lto
|
- hardened: --ignore-unknown --verbose --skip-lto
|
||||||
|
Loading…
Reference in New Issue
Block a user