mirror of
https://github.com/Z3Prover/z3
synced 2026-06-05 00:20:50 +00:00
Merge pull request #8761 from Z3Prover/copilot/add-compilation-database
csa-analysis: add compilation database to CMake configure step
This commit is contained in:
commit
6a4e8de5f3
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
|
```bash
|
||||||
mkdir -p build
|
mkdir -p build
|
||||||
cd 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
|
### 3. Build Z3 with scan-build
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue