Skip to content

Commit

Permalink
Disable LTCG for VS2022
Browse files Browse the repository at this point in the history
Signed-off-by: Michael D Kinney <[email protected]>
  • Loading branch information
mdkinney committed Dec 19, 2024
1 parent ea9074b commit fe2aa39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions UnitTestFrameworkPkg/UnitTestFrameworkPkgHost.dsc.inc
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
#
MSFT:*_VS2019_*_CC_FLAGS = /fsanitize=address
MSFT:*_VS2022_*_CC_FLAGS = /fsanitize=address
MSFT:*_VS2022_*_SLINK_FLAGS = /LTCG:OFF
GCC:*_*_*_CC_FLAGS = -fsanitize=address
!endif
!ifdef $(UNIT_TESTING_DEBUG)
Expand Down

0 comments on commit fe2aa39

Please sign in to comment.