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