From bf262c724e552c80deec79caf93ccae6fe614a1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20St=C3=B6neberg?= Date: Fri, 21 Feb 2014 10:28:19 +0000 Subject: [PATCH] always enable SYMBOLS in case of SANITIZE (nw) --- makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/makefile b/makefile index eb17b25003b..548e2d86690 100644 --- a/makefile +++ b/makefile @@ -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