delorie.com/archives/browse.cgi | search |
X-Spam-Check-By: | sourceware.org |
Message-ID: | <43F20192.EAAF799F@dessent.net> |
Date: | Tue, 14 Feb 2006 08:13:06 -0800 |
From: | Brian Dessent <brian AT dessent DOT net> |
MIME-Version: | 1.0 |
To: | cygwin AT cygwin DOT com |
Subject: | Re: Building Cygwin |
References: | <20060214090130 DOT fb30e530d17747c2b054d625b8945d88 DOT 1b0cb4274e DOT wbe AT email DOT secureserver DOT net> |
X-IsSubscribed: | yes |
Reply-To: | cygwin AT cygwin DOT com |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
"Jerry D. Hedden" wrote: > I downloaded the source for cygwin-1.5.19-4, and successfully compiled > it using: > > ./configure > make You really should do a VPATH build as instructed in <http://cygwin.com/faq/faq.programming.html#faq.programming.building-cygwin>. > What settings do I need to use to get the binaries to be the same > (small) size? The size is due to the debug information. It does not affect the memory usage or speed of execution. To get rid of it, set CFLAGS appropriately or use strip. Brian -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |