summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabrice <fabrice@schaub-dev.xyz>2026-02-09 23:51:57 +0100
committerFabrice <fabrice@schaub-dev.xyz>2026-02-09 23:51:57 +0100
commit0a158275020e94d9395fadaec1db34a1031fe87c (patch)
treeb75d5d312f2293a0e906bdf8e3a6c6512304c938
parent0c3a1a79b3d982a471b82874253c1421c98a911e (diff)
enable override and enable xmalloc
-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"