aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xmake.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake.lua b/xmake.lua
index 17b10d28d..9e0b5fe2a 100644
--- a/xmake.lua
+++ b/xmake.lua
@@ -46,6 +46,7 @@ if is_os("windows") then
end
add_defines("USE_SENTRY=1")
+add_defines("ZEN_USE_MIMALLOC=1")
option("vfs")
set_showmenu(true)