From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: make dist target for Windows Date: Wed, 31 Mar 2010 10:57:28 -0400 Message-ID: References: <4BB2BB70.3090608@gmail.com> <83eij0zydg.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1270047818 9829 80.91.229.12 (31 Mar 2010 15:03:38 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 31 Mar 2010 15:03:38 +0000 (UTC) Cc: Christoph , emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Mar 31 17:03:34 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1NwzS9-0007tY-23 for ged-emacs-devel@m.gmane.org; Wed, 31 Mar 2010 17:03:33 +0200 Original-Received: from localhost ([127.0.0.1]:38122 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NwzS7-0004yF-Hc for ged-emacs-devel@m.gmane.org; Wed, 31 Mar 2010 11:03:31 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NwzQT-0004Vz-9i for emacs-devel@gnu.org; Wed, 31 Mar 2010 11:01:49 -0400 Original-Received: from [140.186.70.92] (port=44439 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NwzNC-0003eV-Ce for emacs-devel@gnu.org; Wed, 31 Mar 2010 11:01:48 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NwzMg-0007jO-ME for emacs-devel@gnu.org; Wed, 31 Mar 2010 10:57:55 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.183]:35563 helo=ironport2-out.pppoe.ca) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NwzMf-0007f1-8B; Wed, 31 Mar 2010 10:57:53 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvsEAF7/sktLd/h9/2dsb2JhbACbNXLBU4UABIsm X-IronPort-AV: E=Sophos;i="4.51,341,1267419600"; d="scan'208";a="59929178" Original-Received: from 75-119-248-125.dsl.teksavvy.com (HELO pastel.home) ([75.119.248.125]) by ironport2-out.pppoe.ca with ESMTP; 31 Mar 2010 10:57:29 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 8C54B85F0; Wed, 31 Mar 2010 10:57:28 -0400 (EDT) In-Reply-To: <83eij0zydg.fsf@gnu.org> (Eli Zaretskii's message of "Wed, 31 Mar 2010 11:30:51 +0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:122973 Archived-At: > Finally, one more request: I think it would be nice to have a much > smaller *.exe files in the binary distribution, by stripping the debug > info from them. (We currently use DWARF2 debug info, which is quite > voluminous.) For all the executables but emacs.exe, this is simple: The pretest binaries should not be stripped, tho, right? Stefan