don't use -ggdb when not using cc (part of bug 1202893)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34265 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -4659,7 +4659,9 @@ fi
|
|||||||
|
|
||||||
if test "$wxUSE_DEBUG_GDB" = "yes" ; then
|
if test "$wxUSE_DEBUG_GDB" = "yes" ; then
|
||||||
wxUSE_DEBUG_INFO=yes
|
wxUSE_DEBUG_INFO=yes
|
||||||
WXDEBUG="-ggdb"
|
if test "$GCC" = yes; then
|
||||||
|
WXDEBUG="-ggdb"
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "$wxUSE_DEBUG_FLAG" = "yes" ; then
|
if test "$wxUSE_DEBUG_FLAG" = "yes" ; then
|
||||||
|
Reference in New Issue
Block a user