We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6e44e8 commit e133e89Copy full SHA for e133e89
gui/qt/CEmu.pro
@@ -105,6 +105,9 @@ if (!win32-msvc*) {
105
# Source: https://connect.microsoft.com/VisualStudio/feedback/details/1355600/
106
QMAKE_CXXFLAGS += /Wall
107
108
+ # Add -MP to enable speedier builds
109
+ QMAKE_CXXFLAGS += /MP
110
+
111
# Note that libpng/zlib LIBS/INCLUDES should be specified in the envrionment.
112
# We will use LIBPNG_APNG_LIB, ZLIB_LIB, and LIBPNG_APNG_INCLUDE.
113
# The logic below accounts for both specifying in the real shell environment,
0 commit comments