From 0c1eaa5b233f529201a430a7464ad1cfac1f6686 Mon Sep 17 00:00:00 2001 From: Stephen Anthony Date: Sun, 3 Apr 2022 16:01:32 -0230 Subject: [PATCH] Speed up linking in Visual Studio, per recommendations given after compiling. --- src/windows/Stella.vcxproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/windows/Stella.vcxproj b/src/windows/Stella.vcxproj index 255f341de..dc548cc86 100755 --- a/src/windows/Stella.vcxproj +++ b/src/windows/Stella.vcxproj @@ -418,7 +418,7 @@ MachineX86 - Default + UseFastLinkTimeCodeGeneration @@ -527,7 +527,7 @@ MachineX64 - Default + UseFastLinkTimeCodeGeneration