On Sun, Jan 8, 2012 at 9:36 PM, Pelias <[email protected]> wrote:
>
> I'm new to GNU make so I would like to know if I made any mistakes in the way
> I have written my Makefile.
> One thing I'm not sure whether to append -DDEBUG/-DNDEBUG to CPPFLAGS or to
> CFLAGS.
If your make file is using both C and C++ files (and using implicit
rules), you will want to apply DEBUG/NDEBUG to both. Otherwise, use
CFLAGS for C and CPPFLAGS for C++.

Jeff

_______________________________________________
Help-make mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/help-make

Reply via email to