summaryrefslogtreecommitdiff
path: root/xdelta3/examples/Makefile
diff options
context:
space:
mode:
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 abdb6be..f1caa57 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 -fno-builtin 2CFLAGS = -O3 -Wall -I.. -DXD3_DEBUG=0 -fno-builtin -DNDEBUG=1
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