help-make
[Top][All Lists]
Advanced

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

removing compile directive


From: Mohan Lal Jangir
Subject: removing compile directive
Date: Mon, 21 Apr 2008 15:05:11 +0530

I can use operator "+=" to provide additional compile directives, like

CFLAGS += -D_EXTRA_

Is there a way to remove compile directive? Something like this

CFLAGS -= -D_REMOVE_THIS_

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 !!

Let me know if there a some way to achieve this.

Thanks in advance.

-Mohan




reply via email to

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