Browse Source

lib/kmi: use system malloc for MI operations

Daniel-Constantin Mierla 14 years ago
parent
commit
11bdc4ad80
1 changed files with 3 additions and 2 deletions
  1. 3 2
      lib/kmi/Makefile

+ 3 - 2
lib/kmi/Makefile

@@ -4,8 +4,9 @@ NAME:=kmi
 MAJOR_VER=1
 MAJOR_VER=1
 MINOR_VER=0
 MINOR_VER=0
 BUGFIX_VER=0
 BUGFIX_VER=0
-## uncomment next line for using system malloc with MI
-#DEFS+= -DMI_SYSTEM_MALLOC
+## comment next line for using internal pkg malloc with MI
+## - when MI_SYSTEM_MALLOC is defined, OS malloc is used
+DEFS+= -DMI_SYSTEM_MALLOC
 LIBS=
 LIBS=
 
 
 include ../../Makefile.libs
 include ../../Makefile.libs