autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Removing Optim


From: Segher Boessenkool
Subject: Re: Removing Optim
Date: Sat, 27 Jul 2002 01:34:28 +0200

I think you mean to build without compiler optimizations.

You could add something like this to Makefile.am:

debug:
        $(MAKE) all CFLAGS="$(CFLAGS) -O0"


and run  make debug

(-O0 is GCC specific).


Cheers,

Segher


Jean-Eric Cuendet wrote:
> 
> Hi
> Could someone tell me how to remove optims in my autoconf/automake project?
> I use gcc 2.96 on Linux with autoconf 2.53 and automake 1.5
> Thanks
> -jec
>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]