diff options
| author | Fabrice <fabrice@schaub-dev.xyz> | 2026-02-09 23:51:57 +0100 |
|---|---|---|
| committer | Fabrice <fabrice@schaub-dev.xyz> | 2026-02-09 23:51:57 +0100 |
| commit | 0a158275020e94d9395fadaec1db34a1031fe87c (patch) | |
| tree | b75d5d312f2293a0e906bdf8e3a6c6512304c938 | |
| parent | 0c3a1a79b3d982a471b82874253c1421c98a911e (diff) | |
enable override and enable xmalloc
| -rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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" |
