Discussion:
[Mingw-users] Large Debug Output
J Decker
2017-03-12 22:39:55 UTC
Permalink
I have like
H:\build\mingw64-x86-d\sack\debug_out\core\bin>gcc -v
Using built-in specs.
COLLECT_GCC=C:\tools\mingw-w64\i686-5.3.0-win32-sjlj-rt_
v4-rev0\mingw32\bin\gcc.EXE
COLLECT_LTO_WRAPPER=C:/tools/mingw-w64/i686-5.3.0-win32-
sjlj-rt_v4-rev0/mingw32/bin/../libexec/gcc/i686-w64-mingw32/
5.3.0/lto-wrapper.exe
Target: i686-w64-mingw32

and the debug output is 17M . I could understand 2-3M; it's usually 800K
for release mode...
but for like ALL library outputs there's a huge bloat; is this a bug?
Feature? Should I use a different version?

is it SJLJ version that if I get the 6.3 it'll still do that? I should get
dwarf?
J Decker
2017-03-12 23:30:52 UTC
Permalink
6.3 is OK... I must just have had the odd version.
Post by J Decker
I have like
H:\build\mingw64-x86-d\sack\debug_out\core\bin>gcc -v
Using built-in specs.
COLLECT_GCC=C:\tools\mingw-w64\i686-5.3.0-win32-sjlj-rt_v4-
rev0\mingw32\bin\gcc.EXE
COLLECT_LTO_WRAPPER=C:/tools/mingw-w64/i686-5.3.0-win32-sjlj
-rt_v4-rev0/mingw32/bin/../libexec/gcc/i686-w64-mingw32/5
.3.0/lto-wrapper.exe
Target: i686-w64-mingw32
and the debug output is 17M . I could understand 2-3M; it's usually 800K
for release mode...
but for like ALL library outputs there's a huge bloat; is this a bug?
Feature? Should I use a different version?
is it SJLJ version that if I get the 6.3 it'll still do that? I should
get dwarf?
David Gressett
2017-03-13 14:37:08 UTC
Permalink
From: J Decker [mailto:***@gmail.com]

... snip ...

You are on the wrong mailing list - MinGW-64 is not supported here.

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
MinGW-users mailing list
MinGW-***@lists.sourceforge.net

This list observes the Etiquette found at
http://www.mingw.org/Mailing_Lists.
We ask that you be polite and do the same. Disregard for the list etiquette may cause your account to be moderated.

_______________________________________________
You may change your MinGW Account Options or unsubscribe at:
https://lists.sourceforge.net/lists/listinfo/mingw-users
Also: mailto:mingw-users-***@lists.sourceforge.net?subject=unsubscribe
Continue reading on narkive:
Loading...