diff options
| author | Simon Tatham <anakin@pobox.com> | 2006-12-06 19:12:44 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2006-12-06 19:12:44 +0000 |
| commit | 4dcbddd8182302334e77acaad5829447a0eaf172 (patch) | |
| tree | 695f8491f3d1c96ec1553befbd4f94ef9c5e4e4a /Makefile | |
| parent | 293cc0fcf0f33b5d70635acf7379088a23e19d65 (diff) | |
| download | halibut-4dcbddd8182302334e77acaad5829447a0eaf172.zip halibut-4dcbddd8182302334e77acaad5829447a0eaf172.tar.gz halibut-4dcbddd8182302334e77acaad5829447a0eaf172.tar.bz2 halibut-4dcbddd8182302334e77acaad5829447a0eaf172.tar.xz | |
Update deflate.c to include nearly all the changes I've been making
in the main version. The one missing thing is the fancy new LZ77
compressor in misc/libcode/lz77.c, in whose stability I'm not yet
confident enough to consider it ready for prime-time.
[originally from svn r6967]
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -72,7 +72,6 @@ else # The `real' makefile part. CFLAGS += -Wall -W -ansi -pedantic -LIBS += -lm ifdef TEST CFLAGS += -DLOGALLOC |