Commit d0b14c3e authored by Marijn Kruisselbrink's avatar Marijn Kruisselbrink Committed by Commit Bot

Fix typo in libfuzzer documentation.

Bug: none
Change-Id: I531e733601114c9674d45d5d25d341545d5ec5a5
Reviewed-on: https://chromium-review.googlesource.com/c/1372566
Commit-Queue: Marijn Kruisselbrink <mek@chromium.org>
Commit-Queue: Jonathan Metzman <metzman@chromium.org>
Reviewed-by: default avatarJonathan Metzman <metzman@chromium.org>
Cr-Commit-Position: refs/heads/master@{#615746}
parent 22ba05ae
......@@ -90,7 +90,7 @@ Configuration example:
gn gen out/libfuzzer "--args=use_libfuzzer=true is_asan=true is_debug=false is_component_build=false" --check
```
On Windows you must use `is_component_build=true` as libFuzzer does not support
On Windows you must use `is_component_build=false` as libFuzzer does not support
component builds on Windows. If you are using `is_asan=true` then you must use
`is_debug=false` as ASan does not support debug builds on Windows.
You may also want to consider using `symbol_level=1` which will reduce build
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment