mirror of
https://github.com/Z3Prover/z3
synced 2026-02-26 18:15:37 +00:00
Add compilation database to csa-analysis workflow
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
This commit is contained in:
parent
11cfaf6dfd
commit
54b0746033
1 changed files with 1 additions and 1 deletions
2
.github/workflows/csa-analysis.md
vendored
2
.github/workflows/csa-analysis.md
vendored
|
|
@ -66,7 +66,7 @@ Run CMake inside a fresh `build` directory. Use `scan-build` to wrap the CMake c
|
|||
```bash
|
||||
mkdir -p build
|
||||
cd build
|
||||
scan-build cmake -DCMAKE_BUILD_TYPE=Debug -G Ninja ../
|
||||
scan-build cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -G Ninja ../
|
||||
```
|
||||
|
||||
### 3. Build Z3 with scan-build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue