comparison auto/cc/sunc @ 322:56675f002600 NGINX_0_5_31

nginx 0.5.31 *) Feature: named locations. *) Feature: the "proxy_store" and "fastcgi_store" directives. *) Feature: the "proxy_store_access" and "fastcgi_store_access" directives.
author Igor Sysoev <http://sysoev.ru>
date Wed, 15 Aug 2007 00:00:00 +0400
parents 1e9e2c5e7c14
children
comparison
equal deleted inserted replaced
321:6762c33c7da8 322:56675f002600
153 fi 153 fi
154 154
155 155
156 # stop on warning 156 # stop on warning
157 CFLAGS="$CFLAGS -errwarn=%all" 157 CFLAGS="$CFLAGS -errwarn=%all"
158
159 # debug
160 CFLAGS="$CFLAGS -g"