mirror of
https://github.com/postgres/postgres.git
synced 2026-05-19 08:41:23 -04:00
5 lines
104 B
Text
5 lines
104 B
Text
# src/template/freebsd
|
|
|
|
case $host_cpu in
|
|
alpha*) CFLAGS="-O";; # alpha has problems with -O2
|
|
esac
|