From mint-bounce@lists.fishpool.fi  Sun Jun 15 06:32:46 2008
Date: Sun, 15 Jun 2008 12:27:53 +0200 (CEST)
From: Frank Naumann <fnaumann@boerde.de>
X-X-Sender: fnaumann@localhost.localdomain
To: Alan Hourihane <alanh@fairlite.demon.co.uk>
Cc: mint <mint@fishpool.com>
Subject: Re: [MiNT] [Mint-cvs] [FreeMiNT CVS] mintlib
In-Reply-To: <1211448278.1784.42.camel@localhost>
Message-ID: <alpine.LFD.1.10.0806151227250.3323@localhost.localdomain>
References: <200805182020.m4IKKCuS013980@mail.sparemint.org>  <1211447229.1784.37.camel@localhost> <1211448278.1784.42.camel@localhost>
User-Agent: Alpine 1.10 (LFD 962 2008-03-14)
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
X-Virus-Scanned: by amavisd-new at relay.boerde.de
X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on relay.boerde.de
X-Spam-Status: No, hits=- tagged_above=-50.5 required=7.0 WHITELISTED 
X-Spam-Level: 
X-ecartis-version: Ecartis v1.0.0
Sender: mint-bounce@lists.fishpool.fi
Errors-to: mint-bounce@lists.fishpool.fi
X-original-sender: fnaumann@boerde.de
Precedence: bulk
List-help: <mailto:ecartis@lists.fishpool.fi?Subject=help>
List-unsubscribe: <mailto:mint-request@lists.fishpool.fi?Subject=unsubscribe>
List-Id: <mint.lists.fishpool.fi>
X-List-ID: <mint.lists.fishpool.fi>
List-subscribe: <mailto:mint-request@lists.fishpool.fi?Subject=subscribe>
List-owner: <mailto:tjhukkan@fishpool.fi>
List-post: <mailto:mint@lists.fishpool.fi>

Hello Alan!

>> This didn't work for me. It's actually the optimizer that's causing the
>> problem. If I change it from...
>>
>> NOCFLAGS-linea.c = -pg
>>
>> to
>>
>> NOCFLAGS-linea.c = -O2
>>
>> then it compiles with profiling, debugging and normally.
>
> Actually, make that...
>
> NOCFLAGS-linea.c = -O2 -O
>
> as the debug (-g) build, builds by default with -O

I changed it to:

NOCFLAGS-linea.c = -pg -fomit-frame-pointer -O2 -O

I hope we are now on the safe side :-)


Regards,
Frank

--
ATARI FALCON 060 // MILAN 060
-----------------------------
http://sparemint.org/
e-Mail: fnaumann@boerde.de


