mirror of https://github.com/postgres/postgres
parent
20e83274bb
commit
2dc53d863c
@ -1,6 +1,6 @@ |
||||
CFLAGS='-pipe' |
||||
|
||||
case $host_cpu in |
||||
alpha*) CFLAGS="$CFLAGS -O";; |
||||
GCC_CXXFLAGS="-O" |
||||
alpha*) CFLAGS="$CFLAGS -O" |
||||
GCC_CXXFLAGS="-O";; |
||||
esac |
||||
|
Loading…
Reference in new issue