aboutsummaryrefslogtreecommitdiff
path: root/xmake.lua
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2022-01-30 16:52:49 +0100
committerStefan Boberg <[email protected]>2022-01-30 16:52:49 +0100
commit9779dc462b7b3a461075578d75e8c2649715beee (patch)
treea244c43e5e294ffe4e77c0459af2fa1d0c4be6e2 /xmake.lua
parentMerge branch 'main' of https://github.com/EpicGames/zen (diff)
downloadzen-9779dc462b7b3a461075578d75e8c2649715beee.tar.xz
zen-9779dc462b7b3a461075578d75e8c2649715beee.zip
TraceInit can now be initialized with "None" tracing 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()