[prev in list] [next in list] [prev in thread] [next in thread] 

List:       autoconf
Subject:    Re: Removing Optim
From:       Segher Boessenkool <segher () chello ! nl>
Date:       2002-07-26 23:34:28
Message-ID: 3D41DC84.350422D8 () chello ! nl
[Download RAW message or body]

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
>




[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic