summaryrefslogtreecommitdiff
path: root/xdelta3/Makefile
diff options
context:
space:
mode:
authordotdotisdead <dotdotisdead@a3eca27d-f21b-0410-9b4a-6511e771f64e>2007-01-07 22:50:24 +0000
committerdotdotisdead <dotdotisdead@a3eca27d-f21b-0410-9b4a-6511e771f64e>2007-01-07 22:50:24 +0000
commit63bc8004c88dbd9e5975d3473e64a8428513d6be (patch)
treebbe8fe140a64bc2640839d3fbf608b75c25b09bd /xdelta3/Makefile
parent1b2185ed9cfb1b1afc24e255c09698fc0f1be880 (diff)
Removes the -M memsize flag, the #define, and stream_config field of the
same name. Now computes small/large hash tables based on 1 slot per input-size/hash-width.
Diffstat (limited to 'xdelta3/Makefile')
-rwxr-xr-xxdelta3/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/xdelta3/Makefile b/xdelta3/Makefile
index f65d38a..1bb4664 100755
--- a/xdelta3/Makefile
+++ b/xdelta3/Makefile
@@ -63,7 +63,7 @@ xdelta3: $(SOURCES)
63 63
64xdelta3-debug: $(SOURCES) 64xdelta3-debug: $(SOURCES)
65 $(CC) -g -Wall -Wshadow xdelta3.c -o xdelta3-debug -DXD3_MAIN=1 -DGENERIC_ENCODE_TABLES=1 \ 65 $(CC) -g -Wall -Wshadow xdelta3.c -o xdelta3-debug -DXD3_MAIN=1 -DGENERIC_ENCODE_TABLES=1 \
66 -DXD3_USE_LARGEFILE64=1 -DXD3_STDIO=1 -DREGRESSION_TEST=1 -DXD3_DEBUG=1 -DSECONDARY_DJW=1 -DSECONDARY_FGK=1 -lm 66 -DXD3_USE_LARGEFILE64=1 -DXD3_STDIO=1 -DREGRESSION_TEST=1 -DXD3_DEBUG=2 -DSECONDARY_DJW=1 -DSECONDARY_FGK=1 -lm
67 67
68$(PYTGT): $(SOURCES) 68$(PYTGT): $(SOURCES)
69 $(PYTHON) setup.py install --verbose --compile --force 69 $(PYTHON) setup.py install --verbose --compile --force