mirror of
https://github.com/D4C1-Labs/Flipper-ARF.git
synced 2026-03-29 08:09:53 +00:00
22 lines
336 B
YAML
22 lines
336 B
YAML
CompileFlags:
|
|
Add:
|
|
- -Wno-unknown-warning-option
|
|
- -Wno-format
|
|
Remove:
|
|
- -mword-relocations
|
|
CompilationDatabase: "./build/latest"
|
|
|
|
Completion:
|
|
HeaderInsertion: Never
|
|
|
|
Diagnostics:
|
|
ClangTidy:
|
|
FastCheckFilter: None
|
|
|
|
---
|
|
|
|
If:
|
|
PathMatch: .*\.h
|
|
Diagnostics:
|
|
UnusedIncludes: None
|