summaryrefslogtreecommitdiffstats
path: root/Source/cmPolicies.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2022-06-09 16:11:49 (GMT)
committerBrad King <brad.king@kitware.com>2022-06-09 16:24:33 (GMT)
commit7d73e88d3a7490cf1047369da8292a57c0b60bce (patch)
treec2d19d741e502df1f4bf064b28037287085cd35d /Source/cmPolicies.h
parent84da420a29155e206cef48fc7b05bf818539feb6 (diff)
downloadCMake-7d73e88d3a7490cf1047369da8292a57c0b60bce.zip
CMake-7d73e88d3a7490cf1047369da8292a57c0b60bce.tar.gz
CMake-7d73e88d3a7490cf1047369da8292a57c0b60bce.tar.bz2
MSVC: Revert "Default to -ZI instead of /Zi for x86 and x64"
Revert commit 5fcadc481e (MSVC: Default to -ZI instead of /Zi for x86 and x64, 2022-05-24). The `-ZI` flag is incompatible with the `-GL` flag used for IPO, and so is not an unconditionally better default. Revert the change pending future design of a first-class setting for MSVC debug info format that can be automatically reconciled with IPO settings. That commit introduced policy CMP0138, but we already have later policy numbers used too. Leave placeholder text to avoid policy renumbering. Issue: #23607, #10189
Diffstat (limited to 'Source/cmPolicies.h')
-rw-r--r--Source/cmPolicies.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/Source/cmPolicies.h b/Source/cmPolicies.h
index 256d483..72a169a 100644
--- a/Source/cmPolicies.h
+++ b/Source/cmPolicies.h
@@ -415,9 +415,8 @@ class cmMakefile;
SELECT(POLICY, CMP0137, \
"try_compile() passes platform variables in project mode", 3, 24, 0, \
cmPolicies::WARN) \
- SELECT(POLICY, CMP0138, \
- "MSVC compilers use -ZI instead of /Zi for x86 and x64 by default.", \
- 3, 24, 0, cmPolicies::WARN) \
+ SELECT(POLICY, CMP0138, "Placeholder for reverted policy.", 3, 24, 0, \
+ cmPolicies::WARN) \
SELECT( \
POLICY, CMP0139, \
"The if() command supports path comparisons using PATH_EQUAL operator.", \