mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-14 00:25:35 +08:00
[qmake] Removed MSVC 2015 workaround.
This commit is contained in:
@@ -49,9 +49,6 @@ macx:staticlib:isEmpty(SOURCES) {
|
|||||||
# only MSVC gains any build time improvement
|
# only MSVC gains any build time improvement
|
||||||
!msvc: CONFIG -= precompile_header
|
!msvc: CONFIG -= precompile_header
|
||||||
|
|
||||||
# expression SFINAE bug in MSVC2015 when using PCH
|
|
||||||
msvc:lessThan(MSVC_VER, 15): CONFIG -= precompile_header
|
|
||||||
|
|
||||||
# not supported by clang_cl
|
# not supported by clang_cl
|
||||||
clang_cl: CONFIG -= precompile_header
|
clang_cl: CONFIG -= precompile_header
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user