mirror of
https://github.com/postgres/postgres.git
synced 2026-04-22 22:59:54 -04:00
3 lines
80 B
Text
3 lines
80 B
Text
case $host_cpu in
|
|
alpha*) CFLAGS="-O";; # alpha has problems with -O2
|
|
esac
|