diff options
| author | Jay Kwak <82421531+jkwak-work@users.noreply.github.com> | 2024-11-25 22:05:57 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-26 06:05:57 +0000 |
| commit | cf0e3a636d500267bce212c61549db1367aff8c1 (patch) | |
| tree | 76f1d65fae9d595b290508a1018afc9554f1f08e /tests/expected-failure-github.txt | |
| parent | e6cf93e3e638cb981a9be392a2f48ea06acd4e3f (diff) | |
Enable Link-Time-Code-Generation for Release builds (#5678)
This commit enables Link Time Code Generation, or LTCG for short, for
the release builds.
Because "incremental" build is enabled, this ends up using
"/LTCG:incremental" rather than the full "/LTCG". It is still expected
to more performant than without any "/LTCG" at all.
In order to use the full LTCG, we will need to give up the incremental
build option for the Release build. We will need to decide if we wants
to do it later.
Diffstat (limited to 'tests/expected-failure-github.txt')
0 files changed, 0 insertions, 0 deletions
