From 0a158275020e94d9395fadaec1db34a1031fe87c Mon Sep 17 00:00:00 2001 From: Fabrice Date: Mon, 9 Feb 2026 23:51:57 +0100 Subject: enable override and enable xmalloc --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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" -- cgit v1.2.3