Added the memory checking support in the Jamfile; use "CHECK_MALLOC=1 jam"

to activate it.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3528 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2003-06-15 20:26:20 +00:00
parent a068a53e10
commit e5c72c1505
1 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,10 @@ UsePrivateHeaders media ;
UsePublicHeaders media ;
if $(CHECK_MALLOC) {
SubDirC++Flags -D_NO_INLINE_ASM -fcheck-memory-usage ;
}
# That's ugly. The header (ServerInterface.h) should reside in
# headers/private/media.
SubDirHdrs [ FDirName $(OBOS_TOP) src servers media ] ;