Skip to content

Commit e133e89

Browse files
committed
Add parallel building support for MSVC via /MP option
1 parent f6e44e8 commit e133e89

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

gui/qt/CEmu.pro

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,9 @@ if (!win32-msvc*) {
105105
# Source: https://connect.microsoft.com/VisualStudio/feedback/details/1355600/
106106
QMAKE_CXXFLAGS += /Wall
107107

108+
# Add -MP to enable speedier builds
109+
QMAKE_CXXFLAGS += /MP
110+
108111
# Note that libpng/zlib LIBS/INCLUDES should be specified in the envrionment.
109112
# We will use LIBPNG_APNG_LIB, ZLIB_LIB, and LIBPNG_APNG_INCLUDE.
110113
# The logic below accounts for both specifying in the real shell environment,

0 commit comments

Comments
 (0)