Typo fixes
This commit is contained in:
parent
527541ddbd
commit
0df7ceb8f1
2
Makefile
2
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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue