diff options
| author | ruki <[email protected]> | 2022-06-01 00:43:10 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-06-01 00:43:10 +0800 |
| commit | 83ef72a3f2d35d5efc1cc5c1e3ad89293ce16332 (patch) | |
| tree | 0c9f98c5c4b346ca5c44ff8ecdd55736074fd6af /xmake/core/project/policy.lua | |
| parent | b6ca70e439660dea1f34bff8bd2182b614168759 (diff) | |
fix policy
Diffstat (limited to 'xmake/core/project/policy.lua')
| -rw-r--r-- | xmake/core/project/policy.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
