From 3d20a3974c62a284325f8e6f12b7fbb50b4607b7 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sat, 28 Jul 2018 11:17:07 +0100 Subject: Support ASAN and UBSAN in Makefiles --- Makefile.config.example | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Makefile.config.example') diff --git a/Makefile.config.example b/Makefile.config.example index aeddc1071..010e89f07 100644 --- a/Makefile.config.example +++ b/Makefile.config.example @@ -33,3 +33,9 @@ ### To change flags to javascript binding generator # GBFLAGS:=-g + +### To enable ASAN and UBSAN support in builds regardless of target +# override NETSURF_USE_SANITIZERS := YES + +### If you're using the sanitizers and you want it to stop on failure... +# override NETSURF_RECOVER_SANITIZERS := NO -- cgit v1.2.3