Thanks a lot!
14.02.2013, 23:19, "agentzh" <age...@gmail.com>:
> Hello!
>
> On Wed, Feb 13, 2013 at 11:12 PM, Roman Emelyanov wrote:
> > Why you do NOT use strip UNIX command after install binariers in your
> > openresty project?
> >
>
> Because that way your Nginx will be no longer debuggable when it
> crashes or when you want to use all those dynamic tracing tools based
> on dtrace or systemtap (as in my Nginx Systemtap Toolkit:
> https://github.com/agentzh/nginx-systemtap-toolkit )
>
> If you're really concerned about the executable file size (while in
> most cases you shouldn't), then you may want to consider enabling the
> .debug_types section feature implemented in gcc 4:
>
> ./configure --with-cc-opt='-fdebug-types-section' ...
>
> This should reduce the non-stripped executable file by 60% for ngx_openresty.
>
> BTW, I'm cc'ing the openresty-en mailing list again:
> https://groups.google.com/group/openresty-en
>
> Best regards,
> -agentzh
>