mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-18 03:15:34 +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)
|
||||
|
||||
################################
|
||||
# Multithreaded build in VS IDE
|
||||
################################
|
||||
|
||||
contains(TEMPLATE, "vc.*"): QMAKE_CXXFLAGS *= /MP
|
||||
|
||||
################################
|
||||
# Profile build
|
||||
################################
|
||||
|
||||
Reference in New Issue
Block a user