diff options
| author | Jakub Urbańczyk <xthaid@gmail.com> | 2020-08-25 17:31:07 +0200 | 
|---|---|---|
| committer | Jakub Urbańczyk <xthaid@gmail.com> | 2020-08-25 17:31:07 +0200 | 
| commit | 4efd721d1e7545f7e2c7440f795cc2b00cc91142 (patch) | |
| tree | 55cecb60f569e6c738bc965ac149b80b09d822de /doc/user/installation.rst | |
| parent | e3dcd431cdc7f91f1bc75b5634615ec83dbf75ea (diff) | |
zebra: remove fuzzing stuff
The fuzzing code that is in the master branch is outdated and unused, so it
is worth to remove it to improve readablity of the code.
All the code related to the fuzzing is in the `fuzz` branch.
Signed-off-by: Jakub Urbańczyk <xthaid@gmail.com>
Diffstat (limited to 'doc/user/installation.rst')
| -rw-r--r-- | doc/user/installation.rst | 6 | 
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/user/installation.rst b/doc/user/installation.rst index 622af67b0f..22d1291d90 100644 --- a/doc/user/installation.rst +++ b/doc/user/installation.rst @@ -255,12 +255,6 @@ options from the list below.     mind.  Specifically turn on -g3 -O0 for compiling options and add inclusion     of grammar sandbox. -.. option:: --enable-fuzzing - -   Turn on some compile options to allow you to run fuzzing tools against the -   system. This flag is intended as a developer only tool and should not be -   used for normal operations. -  .. option:: --disable-snmp     Build without SNMP support.  | 
