On Fri, 2008-09-12 at 13:06 +0400, Bulat Ziganshin wrote:
> Hello Don,
> 
> Friday, September 12, 2008, 12:54:22 PM, you wrote:
> 
> > You can also achieve this by making sure your deployed programs build
> > with Cabal,
> 
> *my* programs are built using these opts, how about other haskellers?

Cabal automatically strips executables on installation and has the
option --disable-executable-stripping to disable that.

So packages authors do not have to do anything, indeed they should not
try to add any flags to force stripping as that would
prevent --disable-executable-stripping from working. Hackage checks for
this.

Duncan


_______________________________________________
Glasgow-haskell-users mailing list
Glasgow-haskell-users@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

Reply via email to