From owner-freebsd-questions@FreeBSD.ORG Sun Nov 16 08:42:14 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BD0B0106567A for ; Sun, 16 Nov 2008 08:42:14 +0000 (UTC) (envelope-from masoom.shaikh@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.158]) by mx1.freebsd.org (Postfix) with ESMTP id 406F68FC16 for ; Sun, 16 Nov 2008 08:42:14 +0000 (UTC) (envelope-from masoom.shaikh@gmail.com) Received: by fg-out-1718.google.com with SMTP id l26so1615702fgb.35 for ; Sun, 16 Nov 2008 00:42:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type; bh=dAJ5SgwQyp5WrKVXTOgtqQOWCi6a5e+v0rmHitbveMg=; b=Ta5CPXuhTvu9VmNEnG18Ufq0jMWhOqcWa5+bwxW4KCzwY1g85CNOt11Nxy0aQzEeoA tQU/hvU5LZ13Ckx/PQRb3P3/BFQTn+XnSrPqR3tPTCCyrYBJYbev3yPuYjOtJyEKBBI3 hP62RxecRJDd2RSNopHBchkDAAiSXm/rGXhVU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=BndMvGmi8S25qzhfXo59kO4gc52mmkEHi8rho/QRjtLrb7c94vRH0GBn8UzjidZ9a6 tnyPTYygBTXrlktwcZJer6bGtFPHCfmQJuwHgPr3aBJ4nqT5+3pVkbq+bv9M9XV/yIx5 nrtydv4m+mFjGTtJ8+KxJYEv0i4jEE+vBt1eo= Received: by 10.181.61.7 with SMTP id o7mr704337bkk.85.1226824932615; Sun, 16 Nov 2008 00:42:12 -0800 (PST) Received: by 10.180.231.15 with HTTP; Sun, 16 Nov 2008 00:42:12 -0800 (PST) Message-ID: Date: Sun, 16 Nov 2008 08:42:12 +0000 From: "Masoom Shaikh" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: large binary, why not strip ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2008 08:42:14 -0000 most of the programs installed from ports have large binary size on disk stripping em all reduces their size dramatically I cannot see the reason for not stripping them by default ? do I miss anything ?