From: Carl Worth Date: Sun, 25 Oct 2009 22:19:36 +0000 (-0700) Subject: Rework Makefile just a bit to enable adding flags for more compiler warnings X-Git-Tag: 0.1~708 X-Git-Url: https://git.notmuchmail.org/git?a=commitdiff_plain;ds=sidebyside;h=067c547b236133cacbe7192b99bcd5487a08f7c8;hp=067c547b236133cacbe7192b99bcd5487a08f7c8;p=notmuch 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++. ---