URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=22d8142ce77fce18f87b1a0242f86bd198623d2f
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
22d8142 by Gerald Combs (gerald@xxxxxxxxxxxxx):
Disable ASAN when building lemon.
If ASAN is enabled, use "-fno-sanitize=all" when building lemon. This
keeps us from having to set ASAN_OPTIONS=detect_leaks=0 in the
environment in order to build Wireshark.
Change-Id: I36f6d1a4f913ecabaf188f4c2b59216c8430d81a
Reviewed-on: https://code.wireshark.org/review/18098
Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Actions performed:
from 827ae0c TLS: Fix typo after g989dcef3
adds 22d8142 Disable ASAN when building lemon.
Summary of changes:
CMakeLists.txt | 6 ++++++
configure.ac | 14 ++++++++++++++
tools/lemon/CMakeLists.txt | 3 ++-
tools/lemon/Makefile.am | 6 +++---
4 files changed, 25 insertions(+), 4 deletions(-)