mirror of
https://github.com/postgres/postgres.git
synced 2025-07-05 07:21:24 +03:00
Back out patch, that was alpha, which I think still needs just -O.
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
CFLAGS='-pipe'
|
CFLAGS='-pipe'
|
||||||
|
|
||||||
case $host_cpu in
|
case $host_cpu in
|
||||||
alpha*) CFLAGS="$CFLAGS -O2"
|
alpha*) CFLAGS="$CFLAGS -O"
|
||||||
GCC_CXXFLAGS="-O2";;
|
GCC_CXXFLAGS="-O";;
|
||||||
esac
|
esac
|
||||||
|
Reference in New Issue
Block a user