comparison auto/cc/icc @ 557:ecd9c160f25b release-0.3.0

nginx-0.3.0-RELEASE import *) Change: the 10-days live time limit of worker process was eliminated. The limit was introduced because of millisecond timers overflow.
author Igor Sysoev <igor@sysoev.ru>
date Fri, 07 Oct 2005 13:30:52 +0000
parents 7bd37aef1e7e
children e48ebafc6939
comparison
equal deleted inserted replaced
556:21a706ff4e1f 557:ecd9c160f25b
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"