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 8d77ae8bb..148c491ea 100644
--- a/xmake.lua
+++ b/xmake.lua
@@ -61,7 +61,7 @@ if has_config("zensentry") then
end
add_rules("mode.debug", "mode.release")
-add_rules("c++.unity_build")
+--add_rules("c++.unity_build")
if is_mode("release") then
-- LTO does not appear to work with the current UE toolchain