aboutsummaryrefslogtreecommitdiff
path: root/xmake.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake.lua')
-rw-r--r--xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake.lua b/xmake.lua
index c5cee1bec..be01b9fb6 100644
--- a/xmake.lua
+++ b/xmake.lua
@@ -130,7 +130,7 @@ option_end()
add_define_by_config("ZEN_ENABLE_MESH", "zenmesh")
option("zentrace")
- set_default(false)
+ set_default(true)
set_showmenu(true)
set_description("Enable UE's Trace support")
option_end()