postgresql/src/template/freebsd

6 lines
164 B
Plaintext
Raw Normal View History

# $PostgreSQL: pgsql/src/template/freebsd,v 1.35 2006/03/11 04:38:41 momjian Exp $
2002-07-07 16:24:13 +02:00
case $host_cpu in
alpha*) CFLAGS="-O";; # alpha has problems with -O2
2002-07-07 16:24:13 +02:00
esac