-
Notifications
You must be signed in to change notification settings - Fork 8.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable RTTI on TerminalApp and friends (#13947)
When Leonard updated CLI11 in #12658, he imported a version that no longer requires RTTI. Since CLI11 was the only reason we had enabled RTTI in any of our projects, we're finally able to turn it off. | | TerminalApp.dll | MSIX Package | | ------ | ---------------:| ------------:| | Before | 3180KiB | 6545KiB | | After | 1970KiB | 6426KiB | | Delta | **-1210KiB** | **-119KiB** | (cherry picked from commit e682cda) Service-Card-Id: 85546966 Service-Version: 1.15
- Loading branch information
Showing
4 changed files
with
11 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,15 @@ | ||
{"Registrations":[ | ||
{ | ||
"$schema": "https://json.schemastore.org/component-detection-manifest.json", | ||
"Registrations": [ | ||
{ | ||
"component": { | ||
"type": "git", | ||
"git": { | ||
"repositoryUrl": "https://github.com/CLIUtils/CLI11", | ||
"commitHash": "dd0d8e4fe729e5b1110232c7a5c9566dad884686" | ||
} | ||
} | ||
"type": "git", | ||
"git": { | ||
"repositoryUrl": "https://github.com/CLIUtils/CLI11", | ||
"commitHash": "5cb3efabce007c3a0230e4cc2e27da491c646b6c" | ||
} | ||
} | ||
} | ||
], | ||
"Version": 1 | ||
], | ||
"Version": 1 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters