X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=configure.ac;h=410a2af887e5bb6317ce77f2a1afd4c8f4f74079;hb=6a9308726c72cb3df8a6fd8ac968f382d100a214;hp=43e642570d8895be8729f24cce3379a504b41ff2;hpb=4c88db14024912f86c1628f6bd8a05f9a6c5559b;p=m6w6%2Flibmemcached diff --git a/configure.ac b/configure.ac index 43e64257..410a2af8 100644 --- a/configure.ac +++ b/configure.ac @@ -56,16 +56,21 @@ sinclude(config/64bit.m4) sinclude(config/protocol_binary.m4) # We only support GCC and Sun's forte at the moment +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" + if test "$ENABLE_DEBUG" = "yes" then - CFLAGS="-W -Wall -Wextra -Wstrict-aliasing -pedantic -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -03 -ggdb -DMEMCACHED_INTERNAL -DHAVE_DEBUG $CFLAGS" - else - CFLAGS="-W -Wall -Wextra -Wstrict-aliasing -pedantic -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O3 -DMEMCACHED_INTERNAL $CFLAGS" + CFLAGS="$CFLAGS -ggdb -DHAVE_DEBUG" fi else CFLAGS="-Xa -xstrconst -mt -D_FORTEC_ $CFLAGS" + if test "$ENABLE_DEBUG" = "yes" + then + CFLAGS="$CFLAGS -DHAVE_DEBUG" + fi DTRACEFLAGS="$DTRACEFLAGS" fi