From 87106d025bcbb7508e9be68efa57e800778365ab Mon Sep 17 00:00:00 2001
From: stijn
Date: Wed, 27 Apr 2016 16:00:41 +0200
Subject: windows: Enable multi-processor compilation for msvc
This will launch about as many compiler instances as there are logical
processors on a machine, and as such significantly speeds up compilation.
---
windows/msvc/common.props | 2 ++
1 file changed, 2 insertions(+)
(limited to 'windows')
diff --git a/windows/msvc/common.props b/windows/msvc/common.props
index cfb6adbc1..26ea78e7e 100644
--- a/windows/msvc/common.props
+++ b/windows/msvc/common.props
@@ -16,6 +16,8 @@
falseLevel1false
+ true
+ falsetrue
--
cgit v1.2.3