13 lines
434 B
YAML
13 lines
434 B
YAML
---
|
|
annocheck:
|
|
# Currently lto is disabled globally for clang.
|
|
# 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).
|
|
- hardened: --ignore-unknown --verbose --skip-lto
|
|
|
|
unicode:
|
|
ignore:
|
|
# This patch intentionally contains forbidden code points
|
|
- 0002-Misleading-bidirectional-detection.patch
|