postgresql/src/template/freebsd
2006-03-11 04:38:42 +00:00

6 lines
164 B
Plaintext

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