Update README.md

This commit is contained in:
Abhishek Arya 2017-02-02 18:48:11 -08:00 committed by GitHub
parent 4394cb900d
commit c90ad0fee2
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ The configuration is picked through one or more environment variables.
| Env Variable | Description
| ------------- | --------
| `$SANITIZER ("address")` | Specifies predefined sanitizer configuration to use. `address` or `undefined`.
| `$SANITIZER ("address")` | Specifies predefined sanitizer configuration to use. `address` or `memory` or `undefined`.
| `$SANITIZER_FLAGS` | Specify compiler sanitizer flags directly. Overrides `$SANITIZER`.
| `$COVERAGE_FLAGS` | Specify compiler flags to use for fuzzer feedback coverage.
| `$BUILD_UID` | User id to use while building fuzzers.