Enable multi-core when compiling with the Visual Studio IDE.

This commit is contained in:
Mathew Sutcliffe
2015-12-06 19:07:16 +00:00
parent 3d96e2e332
commit 7d5e416991

View File

@@ -47,6 +47,12 @@ CONFIG += c++11
include(wordsize.pri)
################################
# Multithreaded build in VS IDE
################################
contains(TEMPLATE, "vc.*"): QMAKE_CXXFLAGS *= /MP
################################
# Profile build
################################