Skip to content

Commit d8a5ed8

Browse files
committed
Set /bigobj option for Visual Studio
Otherwise some object files might get too big when putting all code in one file (which is useful when comparing with previous results)
1 parent ab34224 commit d8a5ed8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

extensions/PythonQt_QtAll/PythonQt_QtAll.pro

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ unix {
6969
unix: target.path = $${INSTALL_PREFIX}/lib
7070
win32: target.path = /
7171

72+
msvc:QMAKE_CXXFLAGS += /bigobj
73+
7274
headers.files = $${HEADERS}
7375
headers.path = $${INSTALL_PREFIX}/include
7476

0 commit comments

Comments
 (0)