Hi Lorenzo,

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.

Yes, of course, I can strip it using 'strip', but it would be
better to include this step in the mainstream build process,
rather than implementing it in my local build scripts.

Brgds,
Viktor

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

Reply via email to