From df0800178657c470eb9f25ef185ce906e8da3279 Mon Sep 17 00:00:00 2001 From: alexlamtest <68841560+alexlamtest@users.noreply.github.com> Date: Thu, 31 Aug 2023 16:13:44 -0700 Subject: [PATCH] Update PGO.compile.props to address a xfgcheck issue (#8792) A link time flag is added in an attempt to address a xfgcheck6 error. --- PGO.compile.props | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PGO.compile.props b/PGO.compile.props index beb7bd1c31..93ce072b3e 100644 --- a/PGO.compile.props +++ b/PGO.compile.props @@ -7,7 +7,7 @@ - /GENPROFILE %(AdditionalOptions) + /GENPROFILE /debugtype:cv,fixup %(AdditionalOptions) UseLinkTimeCodeGeneration $(VC_ReferencesPath_VC_ARM)\pgort.lib;%(AdditionalDependencies) $(VC_ReferencesPath_VC_ARM64)\pgort.lib;%(AdditionalDependencies) @@ -15,4 +15,4 @@ $(VC_ReferencesPath_VC_x64)\pgort.lib;%(AdditionalDependencies) - \ No newline at end of file +