]> git.notmuchmail.org Git - notmuch/commit
Rework Makefile just a bit to enable adding flags for more compiler warnings
authorCarl Worth <cworth@cworth.org>
Sun, 25 Oct 2009 22:19:36 +0000 (15:19 -0700)
committerCarl Worth <cworth@cworth.org>
Sun, 25 Oct 2009 22:19:36 +0000 (15:19 -0700)
commit067c547b236133cacbe7192b99bcd5487a08f7c8
tree39d6e1cb37a26ca6def5d909e6fc21634123e70e
parentbe9e3ee3132457ea5936bd1225294bdfe3949a4c
Rework Makefile just a bit to enable adding flags for more compiler warnings

We have to carefully separate the C and C++ flags here since a
bunch of the warnings options for gcc are valid for compiling C,
but not for C++.
Makefile