Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 80397 invoked from network); 18 Oct 2006 14:56:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 18 Oct 2006 14:56:06 -0000 Received: (qmail 14210 invoked by uid 500); 18 Oct 2006 14:56:05 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 14169 invoked by uid 500); 18 Oct 2006 14:56:04 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Id: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 14158 invoked by uid 99); 18 Oct 2006 14:56:04 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Oct 2006 07:56:04 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of justin.erenkrantz@gmail.com designates 64.233.184.225 as permitted sender) Received: from [64.233.184.225] (HELO wr-out-0506.google.com) (64.233.184.225) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Oct 2006 07:56:02 -0700 Received: by wr-out-0506.google.com with SMTP id i11so51688wra for ; Wed, 18 Oct 2006 07:55:41 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=uWpNsun8v8d8IXPTRVQ9XuwXfQ/qvLedxAWDKg0VyTh9UIqR4s6eIkPjETO0KeKWG0E1bl1YcHxIAjKEE/SLpVqPoOAs8h+px/h6M4MD9SuwFlzgGVSpsTsmLtWI6B01FMK/Be0szLGHH09+drmfHOcZV9pDtcivlWRfk0wPfgM= Received: by 10.82.98.13 with SMTP id v13mr2178614bub; Wed, 18 Oct 2006 07:55:40 -0700 (PDT) Received: by 10.78.129.2 with HTTP; Wed, 18 Oct 2006 07:55:38 -0700 (PDT) Message-ID: <5c902b9e0610180755g1c16fcfbvf30c744c987635d6@mail.gmail.com> Date: Wed, 18 Oct 2006 07:55:38 -0700 From: "Justin Erenkrantz" Sender: justin.erenkrantz@gmail.com To: "APR Developer List" Subject: Re: Strange size of produced APR binaries on Solaris In-Reply-To: <20061018113151.GC23259@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <45360689.7090307@apache.org> <20061018111005.GB23259@redhat.com> <45360DCE.7010206@apache.org> <20061018113151.GC23259@redhat.com> X-Google-Sender-Auth: 5f054f9c58a18b28 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 10/18/06, Joe Orton wrote: > > In any case, it should be turned off by default thought. > > Most of the people who care about this are those who are redistributing > binaries, which is a tiny minority of all those who build from source. > For everyone else, it doesn't really matter, and getting useful > backtraces is far better than burning a bit of disk space. +1. We should stick with debug symbols by default. Those who are doing binary releases can figure out how to run strip themselves... -- justin