Opened 13 years ago
Closed 13 years ago
#78 closed defect (invalid)
Objects are not stripped anymore
Reported by: | Cyril Lavier | Owned by: | somebody |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | nginx-core | Version: | 1.1.x |
Keywords: | Cc: | kartik.mistry@… | |
uname -a: | Linux grunthos 3.1.0-1-amd64 #1 SMP Sun Dec 11 20:36:41 UTC 2011 x86_64 GNU/Linux | ||
nginx -V: |
nginx version: nginx/1.1.12
built by gcc 4.6.2 (Debian 4.6.2-9) TLS SNI support enabled configure arguments: --prefix=/etc/nginx --conf-path=/etc/nginx/nginx.conf --error-log-path=/var/log/nginx/error.log --http-client-body-temp-path=/var/lib/nginx/body --http-fastcgi-temp-path=/var/lib/nginx/fastcgi --http-log-path=/var/log/nginx/access.log --http-proxy-temp-path=/var/lib/nginx/proxy --http-scgi-temp-path=/var/lib/nginx/scgi --http-uwsgi-temp-path=/var/lib/nginx/uwsgi --lock-path=/var/lock/nginx.lock --pid-path=/var/run/nginx.pid --with-debug --with-http_addition_module --with-http_dav_module --with-http_flv_module --with-http_geoip_module --with-http_gzip_static_module --with-http_image_filter_module --with-http_mp4_module --with-http_perl_module --with-http_random_index_module --with-http_realip_module --with-http_secure_link_module --with-http_stub_status_module --with-http_ssl_module --with-http_sub_module --with-http_xslt_module --with-ipv6 --with-sha1=/usr/include/openssl --with-md5=/usr/include/openssl --with-mail --with-mail_ssl_module --add-module=/tmp/buildd/nginx-1.1.12/debian/modules/nginx-development-kit --add-module=/tmp/buildd/nginx-1.1.12/debian/modules/nginx-upstream-fair --add-module=/tmp/buildd/nginx-1.1.12/debian/modules/nginx-echo --add-module=/tmp/buildd/nginx-1.1.12/debian/modules/nginx-lua --add-module=/tmp/buildd/nginx-1.1.12/debian/modules/nginx-http-push --add-module=/tmp/buildd/nginx-1.1.12/debian/modules/nginx-upload-progress --add-module=/tmp/buildd/nginx-1.1.12/debian/modules/headers-more-nginx-module --add-module=/tmp/buildd/nginx-1.1.12/debian/modules/chunkin-nginx-module |
Description
Hi.
Beginning NGINX 1.1.12, binaries and objects are not stripped anymore (nginx and nginx.so).
I remarked that because the nginx and nginx.so binaries are way bigger than their 1.1.11 version (x8).
For the moment, I came up with a quick and dirty correction in the debian package (use of the strip command). But I would like to know if you can take a look at this.
Thanks.
Change History (3)
comment:1 by , 13 years ago
comment:2 by , 13 years ago
It's resolved.
I made a dumb mistake on the packaging which caused the objects were not stripped.
So we can close this ticket.
comment:3 by , 13 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Closed at the submitter's request.
Note:
See TracTickets
for help on using tickets.
Replying to claimid.com/davromaniak:
Sorry, I meant, "binary objects" and not "binaries and objects".
Thanks.