comparison auto/cc @ 272:d4e65d74db9f

nginx-0.0.2-2004-03-01-00:03:02 import
author Igor Sysoev <igor@sysoev.ru>
date Sun, 29 Feb 2004 21:03:02 +0000
parents 8c5bdde0d9f0
children a2d1ccc96111
comparison
equal deleted inserted replaced
271:e16dfb9b9afa 272:d4e65d74db9f
3 3
4 *gcc) 4 *gcc)
5 5
6 # optimization 6 # optimization
7 #CFLAGS="$CFLAGS -O2 -fomit-frame-pointer" 7 #CFLAGS="$CFLAGS -O2 -fomit-frame-pointer"
8 # optimize for Pentium Pro, Pentium II and Pentium III
9 CFLAGS="$CFLAGS -mcpu=pentiumpro"
10 # optimize for Pentium 4, gcc 3.x
11 #CFLAGS="$CFLAGS -mcpu=pentium4"
8 12
9 # warnings 13 # warnings
10 CFLAGS="$CFLAGS -O -W" 14 CFLAGS="$CFLAGS -O -W"
11 CFLAGS="$CFLAGS -Wall -Wpointer-arith" 15 CFLAGS="$CFLAGS -Wall -Wpointer-arith"
12 #CFLAGS="$CFLAGS -Wconversion" 16 #CFLAGS="$CFLAGS -Wconversion"
38 # Intel C++ compiler 7.1 42 # Intel C++ compiler 7.1
39 43
40 # optimization 44 # optimization
41 CFLAGS="$CFLAGS -O" 45 CFLAGS="$CFLAGS -O"
42 # optimize for Pentium Pro, Pentium II and Pentium III 46 # optimize for Pentium Pro, Pentium II and Pentium III
43 #CFLAGS="$CFLAGS -mcpu=pentiumpro" 47 CFLAGS="$CFLAGS -mcpu=pentiumpro"
44 # optimize for Pentium 4, default 48 # optimize for Pentium 4, default
45 #CFLAGS="$CFLAGS -mcpu=pentium4" 49 #CFLAGS="$CFLAGS -mcpu=pentium4"
46 50
47 # warnings 51 # warnings
48 CFLAGS="$CFLAGS -w1" 52 CFLAGS="$CFLAGS -w1"