diff options
| author | ruki <[email protected]> | 2025-12-02 23:52:50 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-12-02 23:52:50 +0800 |
| commit | f6c27a1627889450191607fd7181c466d953e4c7 (patch) | |
| tree | 7d3d61927de4eed664af6c9e7f06f1f5c67f95b5 | |
| parent | f84b6f5ae9e6f2e64f81f92713e5a858ce993a27 (diff) | |
format code
| -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 3db1a6daa..63d51f9f2 100644 --- a/xmake/core/project/policy.lua +++ b/xmake/core/project/policy.lua @@ -109,7 +109,7 @@ function policy.policies() -- Set the default vs runtime, e.g. MT, MD ["build.c++.msvc.runtime"] = {description = "Set the default vs runtime.", type = "string", values = {"MT", "MD"}}, -- Enable C++ Dynamic Debugging for MSVC (requires MSVC 19.44+, x64 only, incompatible with LTCG/PGO/OPT-ICF). - ["build.c++.dynamic_debugging"] = {description = "Enable C++ Dynamic Debugging for MSVC (requires MSVC 19.44+, x64 only, incompatible with LTCG/PGO/OPT-ICF).", type = "boolean"}, + ["build.c++.dynamic_debugging"] = {description = "Enable C++ Dynamic Debugging for MSVC (requires MSVC 19.44+, x64 only, incompatible with LTCG/PGO/OPT-ICF).", type = "boolean"}, -- Enable cuda device link ["build.cuda.devlink"] = {description = "Enable Cuda devlink.", type = "boolean"}, -- Enable linker output, e.g. show -Wl,--print-memory-usage output for gcc/g++ |
