From mint-bounce@lists.fishpool.fi Tue Jun 15 07:10:45 2010 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=EfNkwEWFVwznLnTTfcrq/+hodaCVs+CcmpbOpvcM0PM=; b=MwUB8afMSjFLT5JHFH9ZS3G5nRIqAE4fgrd0fBwNEO3exIdWLgW44j8/1Qa/juvpdQ 28R4/oTne66p1aoOzLgnrNDf2SQQzA2mq4nhioYGe4+t+ZtHpxOxmmrHTEHblUmMuZOI MDDbxJzTaeU6Oi7ny83ZtfCZCRRF7YDA1sG04= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; b=CMHKOkc8U6BViDOaWDiTIqT8ZiZlyQFUR6hF/CFftW8w17vzf6CUDdMukVdAot8nJQ HVUuDlM6tts5m6SdvMbr5HRlG534078JlE44i6LnNBVr/FPbbeZe9K4hBEzwmOBAG4tY NUMWYlMiwyoBg4XP1rbc/VozM3Sz2i1dGIkbQ= Message-ID: <4C175F00.60409@freesbee.fr> Date: Tue, 15 Jun 2010 13:07:44 +0200 From: =?ISO-8859-1?Q?Vincent_Rivi=E8re?= User-Agent: Thunderbird 2.0.0.24 (Windows/20100228) MIME-Version: 1.0 To: mint@lists.fishpool.fi Subject: Re: [MiNT] libjpeg References: <000d6add.01b8d262a74d@smtp.freeola.net> In-Reply-To: <000d6add.01b8d262a74d@smtp.freeola.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-ecartis-version: Ecartis v1.0.0 Sender: mint-bounce@lists.fishpool.fi Errors-to: mint-bounce@lists.fishpool.fi X-original-sender: vincent.riviere@freesbee.fr Precedence: bulk List-help: List-unsubscribe: List-Id: X-List-ID: List-subscribe: List-owner: List-post: Peter Slegg wrote: > I also removed the -g from the buid of libjpeg so that it builds without > debug and that makes HW smaller than it was last night. Be sure to strip the executables if you want to compare the sizes. Adding or removing -g when compiling sources should not affect the size or the performance of the final stripped executable. However, as I told previously, removing -g when linking the final executable is very important to avoid linking with the debug MiNTLib. -- Vincent Rivière