Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tobias Hunger
qt-creator
Commits
039024e7
Commit
039024e7
authored
Apr 20, 2009
by
Thorbjørn Lindeijer
Browse files
Fixed an exotic linker issue on gcc 4.1.2
Reviewed-by: dt
parent
8acb3459
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/dumper.pro
View file @
039024e7
...
...
@@ -8,6 +8,8 @@ include(../../qworkbenchlibrary.pri)
linux
-*
{
CONFIG
-=
release
CONFIG
+=
debug
#
The
following
line
works
around
a
linker
issue
with
gcc
4.1
.
2
QMAKE_CXXFLAGS
*=
-
O2
}
SOURCES
+=
..
/../../
share
/
qtcreator
/
gdbmacros
/
gdbmacros
.
cpp
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment