From 4236bea52b1fad89659097d32b0f12538313aa6f Mon Sep 17 00:00:00 2001 From: Birunthan Mohanathas Date: Tue, 25 Mar 2014 19:46:37 +0200 Subject: [PATCH] Enable /MP (Build with Multiple Processes) for Release builds --- Build/VS/Rainmeter.Cpp.props | 1 + 1 file changed, 1 insertion(+) diff --git a/Build/VS/Rainmeter.Cpp.props b/Build/VS/Rainmeter.Cpp.props index 8af744d3..8a5fc870 100644 --- a/Build/VS/Rainmeter.Cpp.props +++ b/Build/VS/Rainmeter.Cpp.props @@ -90,6 +90,7 @@ + true MaxSpeed NDEBUG;%(PreprocessorDefinitions) true