mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 14:47:46 +00:00
Meta: Derust fuzzer build docs
The document wasn't updated in 9c2211f246
.
This commit is contained in:
parent
ced59fb3a0
commit
0a97206a25
1 changed files with 2 additions and 1 deletions
|
@ -22,7 +22,8 @@ the ``BuildFuzzers.sh`` script with no arguments. The script does the equivalent
|
||||||
# Stage 1: Build and install code generators and other tools
|
# Stage 1: Build and install code generators and other tools
|
||||||
cmake -GNinja -B Build/tools \
|
cmake -GNinja -B Build/tools \
|
||||||
-DBUILD_LAGOM=OFF \
|
-DBUILD_LAGOM=OFF \
|
||||||
-DCMAKE_INSTALL_PREFIX=Build/tool-install
|
-DCMAKE_INSTALL_PREFIX=Build/tool-install \
|
||||||
|
-Dpackage=LagomTools
|
||||||
ninja -C Build/tools install
|
ninja -C Build/tools install
|
||||||
# Stage 2: Build fuzzers, making sure the build can find the tools we just built
|
# Stage 2: Build fuzzers, making sure the build can find the tools we just built
|
||||||
cmake -GNinja -B Build/lagom-fuzzers \
|
cmake -GNinja -B Build/lagom-fuzzers \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue