forked from qt-creator/qt-creator
Fixed an exotic linker issue on gcc 4.1.2
Reviewed-by: dt
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user