From ff89f2269c771e3cf29f23df0ead9d924ba0b481 Mon Sep 17 00:00:00 2001 From: Daniel Stevens Date: Thu, 13 Aug 2026 09:33:20 -0600 Subject: [PATCH] Remove `GenerateDebugInformation` from `Link` section According to the documentation the `/DEBUG` flag is equivalent to `/DEBUG:FULL`. According to MSBuild files, the default for `GenerateDebugInformation` is `DebugFull`. Hence there doesn't seem to be a reason to override the default value with an equivalent non-default value. Documentation: https://learn.microsoft.com/en-us/cpp/build/reference/debug-generate-debug-info?view=msvc-180 ---- Related: - Issue https://github.com/OutpostUniverse/OP2Utility/issues/414 - PR https://github.com/OutpostUniverse/OP2Utility/pull/456 - PR https://github.com/OutpostUniverse/OP2Utility/pull/457 - PR https://github.com/lairworks/nas2d-core/pull/1487 - PR https://github.com/OutpostUniverse/MissionScanner/pull/45 - Commit https://github.com/OutpostUniverse/MissionScanner/pull/45/changes/d0c8ad154a43451c9d3a523697a3494a8c06ce32 --- OP2UtilityTest/OP2UtilityTest.vcxproj | 4 ---- 1 file changed, 4 deletions(-) diff --git a/OP2UtilityTest/OP2UtilityTest.vcxproj b/OP2UtilityTest/OP2UtilityTest.vcxproj index 278e9384..75c0f41f 100644 --- a/OP2UtilityTest/OP2UtilityTest.vcxproj +++ b/OP2UtilityTest/OP2UtilityTest.vcxproj @@ -61,7 +61,6 @@ gmock_main.lib;%(AdditionalDependencies) - true Console @@ -75,7 +74,6 @@ gmock_main.lib;%(AdditionalDependencies) - true Console @@ -88,7 +86,6 @@ gmock_main.lib;%(AdditionalDependencies) - true Console true true @@ -103,7 +100,6 @@ gmock_main.lib;%(AdditionalDependencies) - true Console true true