Update README.md (#8638)
This commit is contained in:
@@ -42,7 +42,7 @@ You should use the same compiler as was used for the openvino build.
|
||||
```bash
|
||||
(\
|
||||
mkdir -p tests/fuzz/build && cd tests/fuzz/build && \
|
||||
CC=clang CXX=clang++ cmake .. -DENABLE_FUZZING=ON -DENABLE_SANITIZER=ON -DTREAT_WARNING_AS_ERROR=OFF -DInferenceEngine_DIR=$(pwd)/../../../build && \
|
||||
CC=clang CXX=clang++ cmake .. -DENABLE_FUZZING=ON -DENABLE_SANITIZER=ON -DTREAT_WARNING_AS_ERROR=OFF -DOpenVINO_DIR=$(pwd)/../../../build && \
|
||||
cmake --build . \
|
||||
)
|
||||
```
|
||||
@@ -86,4 +86,4 @@ Fuzzing run halts on the first issue identified, prints issue details to stdout
|
||||
./read_network-fuzzer crash-409b5eeed46a8445b7f7b7a2ce5b60a9ad895e3b
|
||||
```
|
||||
|
||||
It is recommended but not required to use binaries built for fuzzing to debug the issues. A binaries built without `ENABLE_FUZZING` options can also be used to reproduce and debug the issues.
|
||||
It is recommended but not required to use binaries built for fuzzing to debug the issues. A binaries built without `ENABLE_FUZZING` options can also be used to reproduce and debug the issues.
|
||||
|
||||
Reference in New Issue
Block a user