From: simon Date: Thu, 21 Jul 2005 17:26:46 +0000 (+0000) Subject: I've been meaning to do this for ages: all the Makefiles now give X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/commitdiff_plain/84c79161754633fd1a848abcd05ca6e6cfae12c4?ds=sidebyside;hp=84c79161754633fd1a848abcd05ca6e6cfae12c4 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. git-svn-id: svn://svn.tartarus.org/sgt/puzzles@6123 cda61777-01e9-0310-a592-d414129be87e ---