diff options
| author | Stefan Boberg <[email protected]> | 2025-10-03 11:05:27 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2025-10-03 11:05:27 +0200 |
| commit | 8760891df89e087378554c083bf3c6362d068e4f (patch) | |
| tree | 149d28c665153036e5493f42f4a46cf499b6fec1 | |
| parent | enable unity builds (diff) | |
| download | zen-sb/unity-build.tar.xz zen-sb/unity-build.zip | |
disable top level unitysb/unity-build
| -rw-r--r-- | xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |