Sat, 07 Oct 2017 09:56:25 +0200
dav 1.1.0 release
bsd.mk | file | annotate | diff | comparison | revisions | |
clang.mk | file | annotate | diff | comparison | revisions | |
dav/version.h | file | annotate | diff | comparison | revisions | |
gcc.mk | file | annotate | diff | comparison | revisions | |
osx.mk | file | annotate | diff | comparison | revisions | |
suncc.mk | file | annotate | diff | comparison | revisions |
--- a/bsd.mk Sat Oct 07 09:31:40 2017 +0200 +++ b/bsd.mk Sat Oct 07 09:56:25 2017 +0200 @@ -31,7 +31,7 @@ AR = ar RM = rm -CFLAGS = -g -c -D_FILE_OFFSET_BITS=64 +CFLAGS = -O2 -c -D_FILE_OFFSET_BITS=64 COFLAGS = -o LDFLAGS = LOFLAGS = -o
--- a/clang.mk Sat Oct 07 09:31:40 2017 +0200 +++ b/clang.mk Sat Oct 07 09:56:25 2017 +0200 @@ -31,7 +31,7 @@ AR = ar RM = rm -CFLAGS = -g -c -D_FILE_OFFSET_BITS=64 +CFLAGS = -O2 -c -D_FILE_OFFSET_BITS=64 COFLAGS = -o LDFLAGS = LOFLAGS = -o
--- a/dav/version.h Sat Oct 07 09:31:40 2017 +0200 +++ b/dav/version.h Sat Oct 07 09:56:25 2017 +0200 @@ -29,7 +29,7 @@ #ifndef VERSION_H #define VERSION_H -#define DAV_VERSION "1.1 RC1" +#define DAV_VERSION "1.1.0" #endif /* VERSION_H */
--- a/gcc.mk Sat Oct 07 09:31:40 2017 +0200 +++ b/gcc.mk Sat Oct 07 09:56:25 2017 +0200 @@ -31,7 +31,7 @@ AR = ar RM = rm -CFLAGS = -std=gnu99 -g -c -D_FILE_OFFSET_BITS=64 +CFLAGS = -std=gnu99 -O2 -c -D_FILE_OFFSET_BITS=64 COFLAGS = -o LDFLAGS = LOFLAGS = -o