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/
This archive was generated by hypermail 2b29 : Thu Nov 15 2001 - 21:00:26 EST