On Sun, Jan 8, 2012 at 9:36 PM, Pelias <scolecod...@gmail.com> 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 Help-make@gnu.org https://lists.gnu.org/mailman/listinfo/help-make