summaryrefslogtreecommitdiff
path: root/Makefile.config.example
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2018-07-28 11:17:07 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2018-07-28 11:17:07 +0100
commit3d20a3974c62a284325f8e6f12b7fbb50b4607b7 (patch)
treec8a2b63c15dd0effdf30eed5792ac15dce55037d /Makefile.config.example
parent42459f72c1f0e3dcdc1686447f1522c4fe9e3134 (diff)
downloadnetsurf-3d20a3974c62a284325f8e6f12b7fbb50b4607b7.tar.gz
netsurf-3d20a3974c62a284325f8e6f12b7fbb50b4607b7.tar.bz2
Support ASAN and UBSAN in Makefiles
Diffstat (limited to 'Makefile.config.example')
-rw-r--r--Makefile.config.example6
1 files changed, 6 insertions, 0 deletions
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