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** |
This commit is contained in:
Dustin L. Howett
2022-09-08 16:40:10 -05:00
committed by GitHub
parent 6816620a6d
commit e682cdad5e
5 changed files with 1 additions and 33 deletions

View File

@@ -6,7 +6,7 @@
"type": "git",
"git": {
"repositoryUrl": "https://github.com/CLIUtils/CLI11",
"commitHash": "dd0d8e4fe729e5b1110232c7a5c9566dad884686"
"commitHash": "5cb3efabce007c3a0230e4cc2e27da491c646b6c"
}
}
}