From 83ef72a3f2d35d5efc1cc5c1e3ad89293ce16332 Mon Sep 17 00:00:00 2001 From: ruki Date: Wed, 1 Jun 2022 00:43:10 +0800 Subject: fix policy --- xmake/core/project/policy.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmake/core/project/policy.lua b/xmake/core/project/policy.lua index 7f3b19ad0..aeed069a0 100644 --- a/xmake/core/project/policy.lua +++ b/xmake/core/project/policy.lua @@ -46,7 +46,7 @@ function policy.policies() -- merge archive intead of linking for all dependent targets ["build.merge_archive"] = {description = "Enable merge archive intead of linking for all dependent targets.", default = false, type = "boolean"}, -- C/C++ build cache - ["build.ccache"] = {description = "Enable C/C++ build cache.", default = true, type = "boolean"}, + ["build.ccache"] = {description = "Enable C/C++ build cache.", type = "boolean"}, -- preprocessor configuration for ccache/distcc, we can disable linemarkers to speed up preprocess ["preprocessor.linemarkers"] = {description = "Enable linemarkers for preprocessor.", default = true, type = "boolean"}, -- we need enable longpaths when building target or installing package -- cgit v1.3.1