no DEBUG in release version. REL_0_29

Thu, 20 Mar 2003 07:03:29 +0000

author
eric
date
Thu, 20 Mar 2003 07:03:29 +0000
changeset 143
f8d933b354f7
parent 142
cfa664f3129c
child 144
f2b7f70a965d

no DEBUG in release version.

Makefile file | annotate | diff | revisions
     1.1 diff -r cfa664f3129c -r f8d933b354f7 Makefile
     1.2 --- a/Makefile	Thu Mar 20 07:02:28 2003 +0000
     1.3 +++ b/Makefile	Thu Mar 20 07:03:29 2003 +0000
     1.4 @@ -1,6 +1,6 @@
     1.5  # tumble: build a PDF file from image files
     1.6  # Makefile
     1.7 -# $Id: Makefile,v 1.35 2003/03/19 22:54:07 eric Exp $
     1.8 +# $Id: Makefile,v 1.36 2003/03/19 23:03:29 eric Exp $
     1.9  # Copyright 2001, 2002, 2003 Eric Smith <eric@brouhaha.com>
    1.10  #
    1.11  # This program is free software; you can redistribute it and/or modify
    1.12 @@ -23,7 +23,7 @@
    1.13  # "0" value is considered true by make, so to disable conditionals comment
    1.14  # them out or set them to a null string.
    1.15  
    1.16 -DEBUG=1
    1.17 +#DEBUG=1
    1.18  #EFENCE=1
    1.19  #STATIC=1
    1.20