Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc: update topotests doc for address sanitizer
Use the `--enable-address-sanitizer` option instead of the manual version using environment flags. This also avoids the problem of having to remember to skip clippy with the custom flags: ``` make -C lib CFLAGS="-g -O2" LDFLAGS="-g" clippy ``` The snippet above is not needed with `--enable-address-sanitizer`! Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
- Loading branch information