3
0
Fork 0
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:
copilot-swe-agent[bot] 2026-02-24 20:05:15 +00:00
parent 11cfaf6dfd
commit 54b0746033

View file

@ -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