summaryrefslogtreecommitdiff
path: root/xdelta3/testing
diff options
context:
space:
mode:
authorjosh.macdonald <jmacd@users.noreply.github.com>2009-10-25 18:19:30 +0000
committerjosh.macdonald <jmacd@users.noreply.github.com>2009-10-25 18:19:30 +0000
commitdcb74c33f7d14d6fc9f590c9c551722498cb11ce (patch)
treea38cd4ce20034530ac6188dfa8f3e955cda89d33 /xdelta3/testing
parentf7f72abe8fe48766b545df3949b09fe25f900aee (diff)
Adds xd3_set_source_and_size.
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 2a235b8..57fc552 100755
--- a/xdelta3/testing/Makefile
+++ b/xdelta3/testing/Makefile
@@ -4,7 +4,7 @@ CFLAGS = -g -Wall -Wconversion -Wsign-compare -Wextra -Wno-unused-parameter -I..
4 -DSECONDARY_FGK=1 \ 4 -DSECONDARY_FGK=1 \
5 -DXD3_USE_LARGEFILE64=1 5 -DXD3_USE_LARGEFILE64=1
6 6
7CFLAGS = -g -Wall -I.. -DXD3_DEBUG=2 7CFLAGS = -g -Wall -I.. -DXD3_DEBUG=1
8#CFLAGS = -O2 -Wall -I.. -DXD3_DEBUG=1 -DNDEBUG=1 8#CFLAGS = -O2 -Wall -I.. -DXD3_DEBUG=1 -DNDEBUG=1
9 9
10DEPS = ../*.h ../*.c *.cc *.h 10DEPS = ../*.h ../*.c *.cc *.h