mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-05-01 22:55:41 +08:00
Enable multi-core when compiling with the Visual Studio IDE.
This commit is contained in:
@@ -47,6 +47,12 @@ CONFIG += c++11
|
|||||||
|
|
||||||
include(wordsize.pri)
|
include(wordsize.pri)
|
||||||
|
|
||||||
|
################################
|
||||||
|
# Multithreaded build in VS IDE
|
||||||
|
################################
|
||||||
|
|
||||||
|
contains(TEMPLATE, "vc.*"): QMAKE_CXXFLAGS *= /MP
|
||||||
|
|
||||||
################################
|
################################
|
||||||
# Profile build
|
# Profile build
|
||||||
################################
|
################################
|
||||||
|
|||||||
Reference in New Issue
Block a user