From 276689217c201c5800df964ba0b0f3c9d499f525 Mon Sep 17 00:00:00 2001 From: Ani Date: Sun, 29 Jun 2025 02:06:00 +0200 Subject: [PATCH] msvc: Disable optimisations See: https://github.com/actions/runner-images/issues/12470 --- buildfiles/msvc/rpcs3_release.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildfiles/msvc/rpcs3_release.props b/buildfiles/msvc/rpcs3_release.props index 378ba797d6..0d9d9b7fb3 100644 --- a/buildfiles/msvc/rpcs3_release.props +++ b/buildfiles/msvc/rpcs3_release.props @@ -5,7 +5,7 @@ - Full + Disabled true true Speed