I've been meaning to do this for ages: all the Makefiles now give
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Thu, 21 Jul 2005 17:26:46 +0000 (17:26 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Thu, 21 Jul 2005 17:26:46 +0000 (17:26 +0000)
$(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.

git-svn-id: svn://svn.tartarus.org/sgt/puzzles@6123 cda61777-01e9-0310-a592-d414129be87e


No differences found