From 0df7ceb8f1483f5764d46c3c1da3fc51c04639bf Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sat, 28 Jul 2018 14:24:31 +0100 Subject: Typo fixes --- Makefile | 2 +- Makefile.config.example | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 359b89b5b..3e63fb242 100644 --- a/Makefile +++ b/Makefile @@ -575,7 +575,7 @@ CXXFLAGS += -DNETSURF_HOMEPAGE=\"$(NETSURF_HOMEPAGE)\" CFLAGS += -DNETSURF_LOG_LEVEL=$(NETSURF_LOG_LEVEL) CXXFLAGS += -DNETSURF_LOG_LEVEL=$(NETSURF_LOG_LEVEL) -# If we're building the sanitizer goal, override things +# If we're building the sanitize goal, override things ifneq ($(filter-out sanitize,$(MAKECMDGOALS)),$(MAKECMDGOALS)) override NETSURF_USE_SANITIZER := YES override NETSURF_RECOVER_SANITIZERS := NO diff --git a/Makefile.config.example b/Makefile.config.example index 010e89f07..7fa7f41cc 100644 --- a/Makefile.config.example +++ b/Makefile.config.example @@ -35,7 +35,7 @@ # GBFLAGS:=-g ### To enable ASAN and UBSAN support in builds regardless of target -# override NETSURF_USE_SANITIZERS := YES +# override NETSURF_USE_SANITIZER := YES ### If you're using the sanitizers and you want it to stop on failure... # override NETSURF_RECOVER_SANITIZERS := NO -- cgit v1.2.3