summaryrefslogtreecommitdiff
path: root/xdelta3/examples/Makefile
diff options
context:
space:
mode:
authorjosh.macdonald <jmacd@users.noreply.github.com>2007-11-26 12:15:18 +0000
committerjosh.macdonald <jmacd@users.noreply.github.com>2007-11-26 12:15:18 +0000
commitce6a092d2ac6723acd4de0b89a7832a027722027 (patch)
tree1b2dda028daf9a690a6ba971cd936aa0a985c9f5 /xdelta3/examples/Makefile
parentd8d2ab4c809485480727ee7a943163f272d22b11 (diff)
The rabin-karp checksum looks better in testing but doesn't really
seem to improve things in practice. Removed HASH_PRIME.
Diffstat (limited to 'xdelta3/examples/Makefile')
-rwxr-xr-xxdelta3/examples/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/xdelta3/examples/Makefile b/xdelta3/examples/Makefile
index f1caa57..7bc575c 100755
--- a/xdelta3/examples/Makefile
+++ b/xdelta3/examples/Makefile
@@ -1,4 +1,4 @@
1#CFLAGS = -g -Wall -I.. -DXD3_DEBUG=1 1#CFLAGS = -g -Wall -I.. -DXD3_DEBUG=1 -DNDEBUG=0
2CFLAGS = -O3 -Wall -I.. -DXD3_DEBUG=0 -fno-builtin -DNDEBUG=1 2CFLAGS = -O3 -Wall -I.. -DXD3_DEBUG=0 -fno-builtin -DNDEBUG=1
3# -pg 3# -pg
4 4