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:
Vadim Zeitlin
2005-05-22 16:49:10 +00:00
parent 271f05f7ad
commit ab7704fd18

View File

@@ -4659,7 +4659,9 @@ fi
if test "$wxUSE_DEBUG_GDB" = "yes" ; then
wxUSE_DEBUG_INFO=yes
WXDEBUG="-ggdb"
if test "$GCC" = yes; then
WXDEBUG="-ggdb"
fi
fi
if test "$wxUSE_DEBUG_FLAG" = "yes" ; then