Re: Compiling manually

Ingo Oeser (ingo.oeser@informatik.tu-chemnitz.de)
Sun, 11 Nov 2001 21:25:27 +0100


On Sun, Nov 11, 2001 at 04:57:41PM +0000, Paulo J. Matos aka PDestroy wrote:
> How can I remove optimization from that file only or maybe
> compile the file manually and then don't let make compile the
> file again?

CFLAGS_$(your_target_file) := -O0

or

CFLAGS_$(your_target_file) := -O1

should do, what you want.

Regards

Ingo Oeser

-- 
In der Wunschphantasie vieler Mann-Typen [ist die Frau] unsigned und
operatorvertraeglich. --- Dietz Proepper in dasr
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/