summaryrefslogtreecommitdiff
path: root/xdelta3/examples/Makefile
diff options
context:
space:
mode:
authorjosh.macdonald <jmacd@users.noreply.github.com>2007-10-29 05:41:00 +0000
committerjosh.macdonald <jmacd@users.noreply.github.com>2007-10-29 05:41:00 +0000
commitd7e85e2b6cce72b6b586ce0715ff24e552355b63 (patch)
tree2673c631a15c48e7f65fc34aa9f8247c2c5571de /xdelta3/examples/Makefile
parentec559eabd8eac6b507c8e15cd6a54c9ab1c1df8c (diff)
Add a new COMPLEVEL_1, previous -1 becomes -2.
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 d6d9cc9..a79d775 100755
--- a/xdelta3/examples/Makefile
+++ b/xdelta3/examples/Makefile
@@ -1,5 +1,5 @@
1#CFLAGS = -g -Wall -I.. -DXD3_DEBUG=1 1#CFLAGS = -g -Wall -I.. -DXD3_DEBUG=1
2CFLAGS = -O3 -Wall -I.. -DXD3_DEBUG=0 2CFLAGS = -O3 -pg -Wall -I.. -DXD3_DEBUG=0
3# -pg 3# -pg
4 4
5SOURCES = small_page_test.c encode_decode_test.c speed_test.c 5SOURCES = small_page_test.c encode_decode_test.c speed_test.c