m0n0 wrote:
the PureC Version with Debug Symbols included ist 785kb.
Pure C usually produces much smaller executables.Not because GCC produces poor code, but because the Pure C libraries are a lot more compact than the MiNTLib an other GCC stuff.
Maybe the size gain is because of the debug symbols are missing in mintlib? As far as I followed the thread, lib_g was removed, right?
libc_g.a has not been removed yet. Again, comparing the size of executables with debug symbols is a nonsense. -- Vincent Rivière