13 lines
358 B
YAML
13 lines
358 B
YAML
---
|
|
inspections:
|
|
badfuncs: off
|
|
annocheck:
|
|
# this is passed to --profile= for annocheck
|
|
profile: el10
|
|
|
|
extra_opts:
|
|
# the first option is for multiple platforms
|
|
# the next two are for aarch64
|
|
# not included here is --skip-optimization
|
|
hardened: --skip-cf-protection --skip-dynamic-tags --skip-property-note --ignore-unknown --verbose
|