Mail Archives: djgpp/2001/07/09/09:44:30
On Mon, 9 Jul 2001, Andris Pavenis wrote:
> > Compile run's fine, but the resulting library doesn't work, if it's compiled
> > with optimation-flag -O2 or -O3. Ok, allegro is very a complicate near
> > hardware programmed library, but, strange, -O1 and -O2/-O3 with
> > generating debugging code (=-g) works (strange !?). Never seen
> > this with gcc 2.95.3, therefore it's maybe a gcc3.0-problem.
>
> Known problem
>
> Remove -fomit-frame-pointer from compiler options
Is this a bug? I know that -fomit-frame-pointer makes debugging hard or
impossible, but the OP seems to say that the library doesn't work, not
just cannot be debug.
- Raw text -