On Tue, 22 Apr 2008, Jacob Meuser wrote: > I mean 'DEBUG=-g make', which already does some secial things, and isn't > any less/more easy than 'FLAVOR=debug make'. > > e.g. from the example I mentioned (audio/jack/Makefile): > > .ifdef DEBUG > CONFIGURE_ARGS += --enable-debug > .endif > > ... which is actually simpler than making an explicit FLAVOR ...
FYIW, I'm in favor of that kinf of stuffs too. If a FLAVOR can be avoided in that case, then it should. -- Antoine
