aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2025-10-03 11:05:27 +0200
committerStefan Boberg <[email protected]>2025-10-03 11:05:27 +0200
commit8760891df89e087378554c083bf3c6362d068e4f (patch)
tree149d28c665153036e5493f42f4a46cf499b6fec1
parentenable unity builds (diff)
downloadzen-sb/unity-build.tar.xz
zen-sb/unity-build.zip
disable top level unitysb/unity-build
-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