aboutsummaryrefslogtreecommitdiff
path: root/xmake.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake.lua')
-rw-r--r--xmake.lua5
1 files changed, 2 insertions, 3 deletions
diff --git a/xmake.lua b/xmake.lua
index f83da08db..7109a62b9 100644
--- a/xmake.lua
+++ b/xmake.lua
@@ -23,6 +23,8 @@ add_requires(
"vcpkg::zstd"
)
+set_policy("build.ccache", false)
+
if is_plat("linux") then
add_requires("vcpkg::openssl 3.0.8")
else
@@ -50,9 +52,6 @@ add_rules("mode.debug", "mode.release")
if is_mode("release") then
set_optimize("smallest")
- if is_plat("windows") then
- add_ldflags("/LTCG")
- end
end
if is_mode("debug") then