From 1fa4a5c6bf818c15872a3896b87a1bec07228967 Mon Sep 17 00:00:00 2001 From: spec-chum Date: Mon, 23 Jul 2018 21:48:09 +0100 Subject: [PATCH] Added multithreaded compilation on Windows (#591) * Added multithreaded compilation on Windows * Changed tabs to spaces --- src/Cutter.pro | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Cutter.pro b/src/Cutter.pro index fc2f13a0..4a1a470b 100644 --- a/src/Cutter.pro +++ b/src/Cutter.pro @@ -45,6 +45,9 @@ win32 { # Generate debug symbols in release mode QMAKE_CXXFLAGS_RELEASE += -Zi # Compiler QMAKE_LFLAGS_RELEASE += /DEBUG # Linker + + # Multithreaded compilation + QMAKE_CXXFLAGS += -MP } macx {