Added option to inject custom compile flags to compilation database (fixes #112)

This commit is contained in:
Bartek Kryza
2023-03-26 17:20:43 +02:00
parent 5b60a30855
commit 6513d27e4b
7 changed files with 28 additions and 0 deletions

View File

@@ -53,6 +53,9 @@
```yaml
# Directory containing the compile_commands.json file
compilation_database_dir: debug
# Inject additional compile commands to the compilation database entries
add_compile_flags:
- '-Wno-vla-extension'
# The directory where *.puml files will be generated
output_directory: docs/diagrams
# Set this as default for all diagrams