diff options
Diffstat (limited to 'xdelta3/examples/Makefile')
-rwxr-xr-x | xdelta3/examples/Makefile | 2 |
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 |
2 | CFLAGS = -O3 -Wall -I.. -DXD3_DEBUG=0 -fno-builtin | 2 | CFLAGS = -O3 -Wall -I.. -DXD3_DEBUG=0 -fno-builtin -DNDEBUG=1 |
3 | # -pg | 3 | # -pg |
4 | 4 | ||
5 | 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 |