mirror of
https://cagebreak.project-repo.co/cagebreak.git
synced 2026-08-09 15:19:11 +02:00
Fix meson command in README
This commit is contained in:
parent
6b480ebf07
commit
41a6ee2fc1
1 changed files with 1 additions and 1 deletions
|
|
@ -231,7 +231,7 @@ Here is an example workflow:
|
|||
|
||||
```
|
||||
rm -rf build
|
||||
CC=clang meson build -Dfuzz=true -Db_sanitize=address,undefined -Db_lundef=false
|
||||
CC=clang meson setup build -Dfuzz=true -Db_sanitize=address,undefined -Db_lundef=false
|
||||
ninja -C build/
|
||||
mkdir build/fuzz_corpus
|
||||
cp examples/config build/fuzz_corpus/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue