14 lines
371 B
YAML
14 lines
371 B
YAML
|
---
|
||
|
ignore:
|
||
|
- '/usr/lib*/qt6/tests/*'
|
||
|
annocheck:
|
||
|
# QT is known not to work properly with LTO at this point. Some of the issues
|
||
|
# are being worked on upstream and disabling LTO should be re-evaluated as
|
||
|
# we update this change. Until such time...
|
||
|
# Disable LTO
|
||
|
jobs:
|
||
|
hardened: --skip-lto
|
||
|
ignore:
|
||
|
- '/usr/lib*/qt6/examples/*'
|
||
|
|