postgresql/src/template/freebsd

6 lines
104 B
Plaintext

# src/template/freebsd
case $host_cpu in
alpha*) CFLAGS="-O";; # alpha has problems with -O2
esac