always enable SYMBOLS in case of SANITIZE (nw)

This commit is contained in:
Oliver Stöneberg 2014-02-21 10:28:19 +00:00
parent c05e3e317c
commit bf262c724e

View File

@ -302,6 +302,11 @@ SYMLEVEL = 1
endif
endif
# enable symbols as it is useless without them
ifdef SANITIZE
SYMBOLS = 1
endif
# set the symbols level
ifdef SYMBOLS
ifndef SYMLEVEL