mirror of
https://github.com/postgres/postgres.git
synced 2026-03-09 17:50:43 -04:00
5 lines
74 B
Text
5 lines
74 B
Text
CFLAGS='-pipe'
|
|
|
|
case $host_cpu in
|
|
alpha*) CFLAGS="$CFLAGS -O" ;;
|
|
esac
|