diff --git a/extras/Projucer/Source/LiveBuildEngine/projucer_CompileEngineClient.cpp b/extras/Projucer/Source/LiveBuildEngine/projucer_CompileEngineClient.cpp index 13e8008e4f..23c906b493 100644 --- a/extras/Projucer/Source/LiveBuildEngine/projucer_CompileEngineClient.cpp +++ b/extras/Projucer/Source/LiveBuildEngine/projucer_CompileEngineClient.cpp @@ -149,7 +149,15 @@ public: { #if RUN_CLANG_IN_CHILD_PROCESS if (childProcess.isRunning()) + { + #if JUCE_DEBUG killServerPolitely(); + #else + // in release builds we don't want to wait + // for the server to clean up and shut down + killServerWithoutMercy(); + #endif + } #endif }