summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 56a1d4d..c2c94d3 100644
--- a/Makefile
+++ b/Makefile
@@ -23,7 +23,9 @@ MI_FLAGS = \
-DMI_BUILD_SHARED=NO \
-DMI_BUILD_OBJECT=YES \
-DMI_BUILD_TESTS=NO \
- -DMI_USE_CXX=NO
+ -DMI_USE_CXX=NO \
+ -DMI_XMALLOC=YES \
+ -DMI_OVERRIDE=YES
MI_GENERATOR = "Unix Makefiles"