From 60e214f29abdf2c42ca9823c2034d4b77692e103 Mon Sep 17 00:00:00 2001 From: Plastered_Crab <49732785+PlasteredCrab@users.noreply.github.com> Date: Wed, 25 Feb 2026 09:25:50 -0800 Subject: [PATCH] Enable multithreaded compilation for ps2EntryRunner with MSVC /MP4 flag --- ps2xRuntime/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ps2xRuntime/CMakeLists.txt b/ps2xRuntime/CMakeLists.txt index d6b481a8..ee746a36 100644 --- a/ps2xRuntime/CMakeLists.txt +++ b/ps2xRuntime/CMakeLists.txt @@ -54,7 +54,7 @@ add_executable(ps2EntryRunner ) if(MSVC) - target_compile_options(ps2EntryRunner PRIVATE /FS) + target_compile_options(ps2EntryRunner PRIVATE /FS /MP4) endif() target_include_directories(ps2_runtime PUBLIC