diff options
author | chris <chris> | 2006-09-14 17:21:03 +0000 |
---|---|---|
committer | chris <chris> | 2006-09-14 17:21:03 +0000 |
commit | 19a0c5bdace38777231a8c78bfe365c4d72c234b (patch) | |
tree | d186512e49a3a976a4ad5adc3b0a480f79c14c96 | |
parent | 517c640a865cd3dd743abfa465fab0eedc6aedf7 (diff) |
Optimiser.
-rw-r--r-- | pnmtilesplit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pnmtilesplit/Makefile b/pnmtilesplit/Makefile index be40c2642..65595b2e5 100644 --- a/pnmtilesplit/Makefile +++ b/pnmtilesplit/Makefile @@ -5,10 +5,10 @@ # Copyright (c) 2006 UK Citizens Online Democracy. All rights reserved. # Email: chris@mysociety.org; WWW: http://www.mysociety.org/ # -# $Id: Makefile,v 1.1 2006-09-13 18:40:29 chris Exp $ +# $Id: Makefile,v 1.2 2006-09-14 17:21:03 chris Exp $ # -CFLAGS = -Wall -g +CFLAGS = -Wall -g -O99 LDFLAGS = LDLIBS = -lnetpbm # is this a debianism? |