shithub: puzzles

Download patch

ref: d2d4b07e1573c624b8e6cc42a4436397161d7512
parent: 11ce8d7abd2f6ce330fe38151fde65b06c3644d2
author: Simon Tatham <anakin@pobox.com>
date: Thu Jul 21 13:26:46 EDT 2005

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]