automake
[Top][All Lists]
Advanced

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

Correct way to remove compiler flag


From: Stephen torri
Subject: Correct way to remove compiler flag
Date: Tue, 07 Sep 2004 19:28:30 -0400

In a project which I particpate with there are certain compiler flags
that need to be removed from the CFLAGS because they cause problems with
the compiled code.

For example if with a imaginary compiler I had the flags:

CFLAGS="-a -b -c d"

For a large part of the project the CFLAGS are fine but a few files
cannot have '-c'.

How do I remove it safely without redefinine CFLAGS within the
Makefile.am file?

Stephen
-- 
Email: address@hidden





reply via email to

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