summaryrefslogtreecommitdiff
path: root/xdelta3/examples
diff options
context:
space:
mode:
Diffstat (limited to 'xdelta3/examples')
-rwxr-xr-xxdelta3/examples/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/xdelta3/examples/Makefile b/xdelta3/examples/Makefile
index d171a80..d6d9cc9 100755
--- a/xdelta3/examples/Makefile
+++ b/xdelta3/examples/Makefile
@@ -1,6 +1,5 @@
1#CFLAGS = -g -Wall -I.. 1#CFLAGS = -g -Wall -I.. -DXD3_DEBUG=1
2# -DXD3_DEBUG=1 2CFLAGS = -O3 -Wall -I.. -DXD3_DEBUG=0
3CFLAGS = -O3 -pg -Wall -I.. -DXD3_DEBUG=0
4# -pg 3# -pg
5 4
6SOURCES = small_page_test.c encode_decode_test.c speed_test.c 5SOURCES = small_page_test.c encode_decode_test.c speed_test.c