summaryrefslogtreecommitdiff
path: root/Makefile.config.example
diff options
context:
space:
mode:
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