]> git.notmuchmail.org Git - notmuch/commit
Fix quiet compilation to print the user's CFLAGS, CXXFLAGS, LDFLAGS.
authorCarl Worth <cworth@cworth.org>
Fri, 4 Dec 2009 23:08:37 +0000 (15:08 -0800)
committerCarl Worth <cworth@cworth.org>
Fri, 4 Dec 2009 23:08:37 +0000 (15:08 -0800)
commitc7f971e8c02524ee2435406f0c14791b75c10e20
treecc21fdd8de9cca5e62fbc25ff6ac27a9b497a64b
parent9ea8bb11d4d35cc4222931ea498763fc705f1d02
Fix quiet compilation to print the user's CFLAGS, CXXFLAGS, LDFLAGS.

The only reason I ever call "make V=1" myself, (other than when
debugging the compiler command-line for some reason), is to ensure
whether my CFLAGS, (like "-g -O0" or "-O2"), are actually making it to
the command-line.

But these are hard to find in the V=1 output, and really, we should
just print these even in the quiet case. So do that.
Makefile
Makefile.local
configure