mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-16 11:26:59 +08:00
6 lines
104 B
Plaintext
6 lines
104 B
Plaintext
# src/template/freebsd
|
|
|
|
case $host_cpu in
|
|
alpha*) CFLAGS="-O";; # alpha has problems with -O2
|
|
esac
|