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