mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-16 02:06:08 +08:00
Workaround MSVC linker error when building for 64bits
This commit is contained in:
@@ -72,6 +72,10 @@ contains(BLACK_CONFIG, ProfileRelease) {
|
||||
}
|
||||
}
|
||||
|
||||
# Needed to workaround C1128 error
|
||||
# TODO check whether this is still needed after CValueObject refactoring
|
||||
win32-msvc*: equals(WORD_SIZE,64): QMAKE_CXXFLAGS *= /bigobj
|
||||
|
||||
###########################
|
||||
# No incremental build
|
||||
###########################
|
||||
|
||||
Reference in New Issue
Block a user