diff options
Diffstat (limited to 'xmake.lua')
| -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 |