summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--win/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/win/CMakeLists.txt b/win/CMakeLists.txt
index ca7e9eb18..a9c58bcfc 100644
--- a/win/CMakeLists.txt
+++ b/win/CMakeLists.txt
@@ -12,6 +12,9 @@ set(EXTRA_LIBS "" CACHE PATH "Extra library paths")
set(INSPIRCD_BASE "${CMAKE_CURRENT_SOURCE_DIR}/../")
+# Build with multiple processes
+set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /MP")
+
# Use our own NSIS template
set(CMAKE_MODULE_PATH "${INSPIRCD_BASE}/win")