chiark / gitweb /
I've been meaning to do this for ages: all the Makefiles now give
authorSimon Tatham <anakin@pobox.com>
Thu, 21 Jul 2005 17:26:46 +0000 (17:26 +0000)
committerSimon Tatham <anakin@pobox.com>
Thu, 21 Jul 2005 17:26:46 +0000 (17:26 +0000)
commitd2d4b07e1573c624b8e6cc42a4436397161d7512
treece16702710fc62fc270556b2c82739c14e2b505d
parent11ce8d7abd2f6ce330fe38151fde65b06c3644d2
I've been meaning to do this for ages: all the Makefiles now give
$(XFLAGS) _after_ $(CFLAGS) on the compiler command lines, meaning
that you can provide options in XFLAGS on the makefile which will
override the ones in CFLAGS. For example, `make XFLAGS=-O0' to make
debugging easier.

[originally from svn r6123]
mkfiles.pl