aboutsummaryrefslogtreecommitdiff
path: root/xmake.lua
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2021-09-20 21:45:49 +0200
committerStefan Boberg <[email protected]>2021-09-20 21:45:49 +0200
commit72f36702e106b3fb1f9f83c630d1c89bdad4852d (patch)
treefcb47c2f4aba4bac0aaf88030215360832a2818f /xmake.lua
parentAdded more scrub stubs in higher level services (diff)
downloadzen-72f36702e106b3fb1f9f83c630d1c89bdad4852d.tar.xz
zen-72f36702e106b3fb1f9f83c630d1c89bdad4852d.zip
Made mimalloc enable/disable visible in xmake file
Diffstat (limited to 'xmake.lua')
-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)