On Wed, Aug 6, 2008 at 3:33 PM, Szakáts Viktor <[EMAIL PROTECTED]> wrote:

> I use L_USR=-s to request stripping for all binaries for the
> final binary distribution to avoid that. But this flag is not
> effective for harbour.dll, since it's done outside the GNU
> make system.

Have you tried to "strip" the executables?

With gcc the debug informations can be easily removed from the
binaries using the strip command.

I don't know if this is the case but It's a common practice in the gnu
world to leave them in the libs and remove them only for the release
binaries.

best regards,
Lorenzo
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to