X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=configure.ac;h=53a377fe2f248aa087102c029ac724a2c5798913;hb=refs%2Ftags%2F0.23;hp=410a2af887e5bb6317ce77f2a1afd4c8f4f74079;hpb=0dcffff2ef5818da721934ea2b22bfd2e2d83779;p=awesomized%2Flibmemcached diff --git a/configure.ac b/configure.ac index 410a2af8..53a377fe 100644 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ MEMCACHED_LIBRARY_NAME=libmemcached #release versioning MEMCACHED_MAJOR_VERSION=0 -MEMCACHED_MINOR_VERSION=22 +MEMCACHED_MINOR_VERSION=23 MEMCACHED_MICRO_VERSION=0 #API version @@ -59,7 +59,7 @@ sinclude(config/protocol_binary.m4) CFLAGS="-DMEMCACHED_INTERNAL $CFLAGS" if test "$GCC" = "yes" then - CFLAGS="-W -Wall -Wextra -Wstrict-aliasing -pedantic -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -03 $CFLAGS" + CFLAGS="-W -Wall -Wextra -Wstrict-aliasing -pedantic -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O3 $CFLAGS" if test "$ENABLE_DEBUG" = "yes" then