Skip to content

Remove GenerateDebugInformation from Link section - #458

Merged
DanRStevens merged 1 commit into
mainfrom
removeExplicitGenerateDebugInformation
Aug 13, 2026
Merged

Remove GenerateDebugInformation from Link section#458
DanRStevens merged 1 commit into
mainfrom
removeExplicitGenerateDebugInformation

Conversation

@DanRStevens

Copy link
Copy Markdown
Member

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:

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 #414
- PR #456
- PR #457
- PR lairworks/nas2d-core#1487
- PR OutpostUniverse/MissionScanner#45
- Commit OutpostUniverse/MissionScanner@d0c8ad1
@DanRStevens
DanRStevens merged commit 5b90a2a into main Aug 13, 2026
6 checks passed
@DanRStevens
DanRStevens deleted the removeExplicitGenerateDebugInformation branch August 13, 2026 15:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant