Fixed an exotic linker issue on gcc 4.1.2

Reviewed-by: dt
This commit is contained in:
Thorbjørn Lindeijer
2009-04-20 15:46:31 +02:00
parent 8acb3459ba
commit 039024e727

View File

@@ -8,6 +8,8 @@ include(../../qworkbenchlibrary.pri)
linux-* { linux-* {
CONFIG -= release CONFIG -= release
CONFIG += debug CONFIG += debug
# The following line works around a linker issue with gcc 4.1.2
QMAKE_CXXFLAGS *= -O2
} }
SOURCES += ../../../share/qtcreator/gdbmacros/gdbmacros.cpp SOURCES += ../../../share/qtcreator/gdbmacros/gdbmacros.cpp