Help: Add 4.2 release note about VS flag suppression

Document flags suppressed by commit 7202539fd4 (VS: Suppress MSBuild
default flags not specified by project or user, 2025-09-10,
v4.2.0-rc1~188^2~1).
This commit is contained in:
Brad King
2025-12-08 10:28:56 -05:00
parent 19527eb5c6
commit faa88b28a5
+5
View File
@@ -219,3 +219,8 @@ Other Changes
* For builds targeting the MSVC ABI, all generators now add the ``_WINDLL``
preprocessor definition when compiling sources in shared libraries.
See policy :policy:`CMP0203`.
* The :ref:`Visual Studio Generators` now suppress Visual Studio's default
flags ``-fp:precise``, ``-Gd``, and ``-GS`` if they are not specified by
the project or user. This makes builds more consistent with other
generators, and with what projects and users actually specify.