From 3932b85a680f37c066bbd0200240bdf0e63510fc Mon Sep 17 00:00:00 2001 From: thrust26 Date: Mon, 30 Dec 2024 15:48:27 +0100 Subject: [PATCH] changed VS setting for PGO --- src/os/windows/Stella.vcxproj | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/os/windows/Stella.vcxproj b/src/os/windows/Stella.vcxproj index 031bf1e1a..3011cd2c6 100755 --- a/src/os/windows/Stella.vcxproj +++ b/src/os/windows/Stella.vcxproj @@ -38,13 +38,14 @@ MultiByte v143 false + PGUpdate Application MultiByte v143 false - PGOptimize + true Application @@ -255,7 +256,7 @@ Level4 - None + EditAndContinue $(IntDir)obj\\windows\%(RelativeDir) stdcpp20 true @@ -279,6 +280,7 @@ MachineX64 UseFastLinkTimeCodeGeneration + true @@ -319,7 +321,8 @@ MachineX64 - PGOptimization + UseFastLinkTimeCodeGeneration + /USEPROFILE %(AdditionalOptions)