]> git.puffer.fish Git - matthieu/frr.git/commit
doc: update topotests doc for address sanitizer
authorRafael Zalamena <rzalamena@opensourcerouting.org>
Wed, 9 Oct 2019 00:35:06 +0000 (21:35 -0300)
committerRafael Zalamena <rzalamena@opensourcerouting.org>
Wed, 9 Oct 2019 00:35:06 +0000 (21:35 -0300)
commit4260f16567e7435e4615d2a4bcaa928e30914573
tree0f1a20845fca1156e8610880778c29e1a5245a2d
parent65209e4fbf30d09dda89aa4b1d831461506848d7
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>
doc/developer/topotests.rst