diff options
| author | ruki <[email protected]> | 2025-12-02 23:59:25 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-12-02 23:59:25 +0800 |
| commit | 6e5b053e337cf53fabaee9c650e2b215118c95b0 (patch) | |
| tree | d535a2fc0001f0e54844d5c5336ecb1f8a9e02a2 /xmake/core | |
| parent | 62b5cf94dd9bbc76a13d8dc9306e22d6c376baa7 (diff) | |
improve toolset checkdebug
Diffstat (limited to 'xmake/core')
| -rw-r--r-- | xmake/core/project/policy.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmake/core/project/policy.lua b/xmake/core/project/policy.lua index 63d51f9f2..1cecfd01a 100644 --- a/xmake/core/project/policy.lua +++ b/xmake/core/project/policy.lua @@ -108,8 +108,8 @@ function policy.policies() ["build.c++.gcc.modules.cxx11abi"] = {description = "Force to enable new cxx11 abi in C++ modules for gcc. (deprecated)", type = "boolean"}, -- 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"}, + -- Enable C++ Dynamic Debugging for MSVC (requires MSVC toolset 14.44+, x64 only, incompatible with LTCG/PGO/OPT-ICF). + ["build.c++.dynamic_debugging"] = {description = "Enable C++ Dynamic Debugging for MSVC (requires MSVC toolset 14.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++ |
