qmetatype: add '-bigobj' flag to Windows ICC builds
Fix 'Too many segments for object format' errors for (Debug) builds using Windows ICC. Change-Id: Ie48f43199948477c426d0a4e557f039eda129b22 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>bb10
parent
e8531501a7
commit
c7c20ce5e2
|
|
@ -6,7 +6,7 @@ SOURCES = tst_qmetatype.cpp
|
|||
TESTDATA=./typeFlags.bin
|
||||
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0
|
||||
|
||||
win32-msvc*|winrt {
|
||||
msvc|winrt {
|
||||
# Prevents "fatal error C1128: number of sections exceeded object file format limit".
|
||||
QMAKE_CXXFLAGS += /bigobj
|
||||
# Reduce compile time
|
||||
|
|
|
|||
Loading…
Reference in New Issue