1
0
Fork 0

devel: adds debug symbol

git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1023 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
3.0
Xuefer 2012-07-22 04:12:00 +00:00
parent 3fea07c7fa
commit cf0e8683aa
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ phpize)
export PATH=$PHPDIRS/$phpbasename/bin:$PATH
phpize --clean \
&& phpize \
&& CFLAGS="-Wall -Wno-unused -W -Wshadow -Werror=implicit-function-declaration -std=gnu99" ./configure \
&& CFLAGS="-g -O0 -Wall -Wno-unused -W -Wshadow -Werror=implicit-function-declaration -std=gnu99" ./configure \
--enable-xcache-cacher \
--enable-xcache-optimizer \
--enable-xcache-encoder \