From 72f36702e106b3fb1f9f83c630d1c89bdad4852d Mon Sep 17 00:00:00 2001 From: Stefan Boberg Date: Mon, 20 Sep 2021 21:45:49 +0200 Subject: Made mimalloc enable/disable visible in xmake file --- xmake.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'xmake.lua') 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) -- cgit v1.2.3