X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=configure.ac;h=40e1d67eb18f12191de594b74aa1b8c7e824a9c8;hb=d56b89f5a14364b6b8ec0730b6833fbe15487f1c;hp=a4d1205809528977022ff74ca7bd6401949f2294;hpb=ef2fc5e3fc97fa92db986ac4d36fbf51c3befe80;p=awesomized%2Flibmemcached diff --git a/configure.ac b/configure.ac index a4d12058..40e1d67e 100644 --- a/configure.ac +++ b/configure.ac @@ -57,9 +57,9 @@ if test "$GCC" = "yes" then if test "$ENABLE_DEBUG" = "yes" then - CFLAGS="-Wall -ggdb -DHAVE_DEBUG" + CFLAGS="-Wall -ggdb -DMEMCACHED_INTERNAL -DHAVE_DEBUG" else - CFLAGS="-Wall -O3" + CFLAGS="-Wall -O3 -DMEMCACHED_INTERNAL " fi else CFLAGS="-Xa -xstrconst -mt -D_FORTEC_ -fast -m64"