We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e99ec13 commit 696d5a1Copy full SHA for 696d5a1
src/src.pri
@@ -4,6 +4,7 @@ INCLUDEPATH += $$PWD
4
5
# This was needed to work around "number of sections exceeded object file format limit" linker error
6
win32-msvc*: QMAKE_CXXFLAGS += /bigobj
7
+win32-g++: QMAKE_CXXFLAGS += -Wa,-mbig-obj
8
9
HEADERS += \
10
$$PWD/PythonQt.h \
0 commit comments