[PR #11632] [MERGED] Fix OpenConsoleProxy for Debug builds #28676

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/11632
Author: @lhecker
Created: 10/27/2021
Status: ✅ Merged
Merged: 10/27/2021
Merged by: @lhecker

Base: main ← Head: dev/lhecker/proxy-no-default-lib


📝 Commits (1)

  • fe5a78c Fix OpenConsoleProxy for Debug builds

📊 Changes

2 files changed (+4 additions, -13 deletions)

View changed files

📝 src/host/proxy/Host.Proxy.vcxproj (+1 -0)
📝 src/host/proxy/nodefaultlib_shim.h (+3 -13)

📄 Description

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 ✔️

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/microsoft/terminal/pull/11632 **Author:** [@lhecker](https://github.com/lhecker) **Created:** 10/27/2021 **Status:** ✅ Merged **Merged:** 10/27/2021 **Merged by:** [@lhecker](https://github.com/lhecker) **Base:** `main` ← **Head:** `dev/lhecker/proxy-no-default-lib` --- ### 📝 Commits (1) - [`fe5a78c`](https://github.com/microsoft/terminal/commit/fe5a78cff1ae1fe9c97012c4f07b3921627e90b2) Fix OpenConsoleProxy for Debug builds ### 📊 Changes **2 files changed** (+4 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `src/host/proxy/Host.Proxy.vcxproj` (+1 -0) 📝 `src/host/proxy/nodefaultlib_shim.h` (+3 -13) </details> ### 📄 Description 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 ✔️ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-31 09:30:03 +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#28676