[PR #11632] Fix OpenConsoleProxy for Debug builds #28681

Open
opened 2026-01-31 09:30:05 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/microsoft/terminal/pull/11632

State: closed
Merged: Yes


Basic runtime checks introduce link dependencies which we don't have
without a CRT. Additionally we can't implement memcmp ourselves,
as this would force us to disable /GL on ARM64 in Release builds.

Validation Steps Performed

  • Builds on x86, x64, ARM64 in Debug, Release each ✔️
**Original Pull Request:** https://github.com/microsoft/terminal/pull/11632 **State:** closed **Merged:** Yes --- Basic runtime checks introduce link dependencies which we don't have without a CRT. Additionally we can't implement memcmp ourselves, as this would force us to disable /GL on ARM64 in Release builds. ## Validation Steps Performed * Builds on x86, x64, ARM64 in Debug, Release each ✔️
claunia added the pull-request label 2026-01-31 09:30:05 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#28681