]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Fixing debug build under AliRoot build system to compile in HLTDebug statements.
authoraszostak <aszostak@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 18 Jul 2008 13:26:42 +0000 (13:26 +0000)
committeraszostak <aszostak@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 18 Jul 2008 13:26:42 +0000 (13:26 +0000)
HLT/hlt.conf

index 74536b5d3dc61c25faea43585a12026417a1f6da..2e574efb894344451e00235b3c4e54fac3967157 100644 (file)
@@ -17,7 +17,7 @@ HLTSOFLAGS  += $(LIBRARY_DEP)
 endif
 
 ifdef ALIDEBUG
-HLTDEFS += -DDEBUG
+HLTDEFS += -DDEBUG -D__DEBUG
 else
 HLTDEFS += -DNDEBUG
 endif