help-make
[Top][All Lists]
Advanced

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

Re: removing compile directive


From: Greg Chicares
Subject: Re: removing compile directive
Date: Mon, 21 Apr 2008 17:53:28 +0000
User-agent: Thunderbird 2.0.0.12 (Windows/20080213)

On 2008-04-21 09:35Z, Mohan Lal Jangir wrote:
> 
> I have a source tree being compiled with -O2 option. However, for debugging 
> purpose, I want all files in one directory to compile without -O2. However, 
> Makefile in that directly takes CFLAGS from a parent Makefile which I can 
> not modify !!

Try adding '-O0' (letter oh, digit zero) at the end
  CFLAGS += -O0
to cancel an earlier '-O2'.




reply via email to

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