diff options
Diffstat (limited to 'xdelta3/examples')
-rwxr-xr-x | xdelta3/examples/Makefile | 5 |
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 | 2 | CFLAGS = -O3 -Wall -I.. -DXD3_DEBUG=0 |
3 | CFLAGS = -O3 -pg -Wall -I.. -DXD3_DEBUG=0 | ||
4 | # -pg | 3 | # -pg |
5 | 4 | ||
6 | SOURCES = small_page_test.c encode_decode_test.c speed_test.c | 5 | SOURCES = small_page_test.c encode_decode_test.c speed_test.c |