[PR #10342] [MERGED] Enable incremental linking for debug builds #27998

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/10342
Author: @lhecker
Created: 6/5/2021
Status: Merged
Merged: 6/5/2021
Merged by: @undefined

Base: mainHead: dev/lhecker/link-incremental


📝 Commits (1)

  • e2558f2 Enable incremental linking for debug builds

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 src/common.build.pre.props (+1 -1)

📄 Description

Summary of the Pull Request

Incremental linking was disabled for debug builds only by mistake in the past.
It can't hurt to have it enabled for debug builds.

PR Checklist

  • I work here
  • Project still builds

🔄 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/10342 **Author:** [@lhecker](https://github.com/lhecker) **Created:** 6/5/2021 **Status:** ✅ Merged **Merged:** 6/5/2021 **Merged by:** [@undefined](undefined) **Base:** `main` ← **Head:** `dev/lhecker/link-incremental` --- ### 📝 Commits (1) - [`e2558f2`](https://github.com/microsoft/terminal/commit/e2558f2791221e6e3f843384168a512051973a6b) Enable incremental linking for debug builds ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/common.build.pre.props` (+1 -1) </details> ### 📄 Description ## Summary of the Pull Request Incremental linking was disabled for debug builds only by mistake in the past. It can't hurt to have it enabled for debug builds. ## PR Checklist * [x] I work here * [x] Project still builds --- <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:25:39 +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#27998