Eli Zaretskii eliz@gnu.org writes:
From: nisse@lysator.liu.se (Niels Möller) Or do you also want library files stripped in some way which deletes debug info but leaves the symbol tables needed for linking?
Both executables and libraries (DLL and .a). The way to do this is to use "strip --strip-unneeded" for DLLs and "strip --strip-debug" followed by ranlib for static *.a libraries. I believe the latter is identical to what is done on Unix.
Makes sense, but I'll not do it for this release; I imagine it will take a few iterations to get right.
Regards, /Niels