Static build of Qt: do I loose debug capabilities
I'm statically building Qt for Windows, following this tutorial:
http://wiki.qtcentre.org/index.php?t...ows_with_MinGW
Do I loose debug capabilities of Qt creator if I do? Will I be able to build executables with debug info or I'll not? I ask you because in the tutorial you tell to put -release parameter, so does this mean "no debug nevermore"?
Thank you
Re: Static build of Qt: do I loose debug capabilities
Furthermore, I had this error:
In file included from css\/CSSStyleSheet.h:24,
from css\/CSSRule.h:25,
from css\/CSSCharsetRule.h:25,
from css\CSSCharsetRule.cpp:22:
css\/CSSRuleList.h: In static member function `static WTF::PassRefPtr<WebCore::C
SSRuleList> WebCore::CSSRuleList::create(WebCore::StyleList*, bool)':
css\/CSSRuleList.h:41: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.mingw.org/bugs.shtml> for instructions.
mingw32-make[2]: *** [tmp/obj/debug_static/CSSCharsetRule.o] Error 1