summaryrefslogtreecommitdiff
path: root/xdelta3/testing
diff options
context:
space:
mode:
authorjosh.macdonald <jmacd@users.noreply.github.com>2009-10-28 03:21:46 +0000
committerjosh.macdonald <jmacd@users.noreply.github.com>2009-10-28 03:21:46 +0000
commitaeedaafed466bd62a9b164c8c7d9b8929eccb976 (patch)
tree9a68574e4c6c9b216f1f3235e7bb6ce3ea644249 /xdelta3/testing
parent8b1a211185018b2b80ffe950e8d82de4c8c0f214 (diff)
Optimize decode for source copies.
Add magic number for Xz.
Diffstat (limited to 'xdelta3/testing')
-rwxr-xr-xxdelta3/testing/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/xdelta3/testing/Makefile b/xdelta3/testing/Makefile
index eed15d8..2cfeee3 100755
--- a/xdelta3/testing/Makefile
+++ b/xdelta3/testing/Makefile
@@ -1,4 +1,4 @@
1CFLAGS = -g -Wall -Wconversion -Wsign-compare -Wextra -Wno-unused-parameter -I.. \ 1CFLAGS = -O2 -Wall -Wconversion -Wsign-compare -Wextra -Wno-unused-parameter -I.. \
2 -DGENERIC_ENCODE_TABLES=1 \ 2 -DGENERIC_ENCODE_TABLES=1 \
3 -DSECONDARY_DJW=1 \ 3 -DSECONDARY_DJW=1 \
4 -DSECONDARY_FGK=1 \ 4 -DSECONDARY_FGK=1 \