93120b4ced
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.
8 lines
365 B
YAML
8 lines
365 B
YAML
---
|
|
# 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:
|
|
- hardened: --ignore-unknown --verbose --skip-lto
|