diff options
| author | Stefan Boberg <[email protected]> | 2021-09-20 21:45:49 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2021-09-20 21:45:49 +0200 |
| commit | 72f36702e106b3fb1f9f83c630d1c89bdad4852d (patch) | |
| tree | fcb47c2f4aba4bac0aaf88030215360832a2818f /xmake.lua | |
| parent | Added more scrub stubs in higher level services (diff) | |
| download | zen-72f36702e106b3fb1f9f83c630d1c89bdad4852d.tar.xz zen-72f36702e106b3fb1f9f83c630d1c89bdad4852d.zip | |
Made mimalloc enable/disable visible in xmake file
Diffstat (limited to 'xmake.lua')
| -rw-r--r-- | xmake.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |