mirror of
https://github.com/postgres/postgres.git
synced 2026-04-22 22:59:54 -04:00
5 lines
164 B
Text
5 lines
164 B
Text
# $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
|