comparison auto/cc/icc @ 106:45f7329b4bd0 NGINX_0_3_0

nginx 0.3.0 *) Change: the 10-days live time limit of worker process was eliminated. The limit was introduced because of millisecond timers overflow.
author Igor Sysoev <http://sysoev.ru>
date Fri, 07 Oct 2005 00:00:00 +0400
parents 146eff53ab60
children dad2fe8ecf08
comparison
equal deleted inserted replaced
105:531d62c2a28d 106:45f7329b4bd0
6 6
7 NGX_ICC_VER=`$CC -V 2>&1 | grep 'Version' 2>&1 \ 7 NGX_ICC_VER=`$CC -V 2>&1 | grep 'Version' 2>&1 \
8 | sed -e 's/^.* Version \(.*\) Build.*$/\1/'` 8 | sed -e 's/^.* Version \(.*\) Build.*$/\1/'`
9 9
10 echo " + icc version: $NGX_ICC_VER" 10 echo " + icc version: $NGX_ICC_VER"
11
12 have=NGX_COMPILER value="\"Intel C Compiler $NGX_ICC_VER\"" . auto/define
11 13
12 14
13 # optimizations 15 # optimizations
14 16
15 CFLAGS="$CFLAGS -O" 17 CFLAGS="$CFLAGS -O"