mirror of
https://github.com/postgres/postgres.git
synced 2025-05-05 09:19:17 +03:00
Back out patch, that was alpha, which I think still needs just -O.
This commit is contained in:
parent
19deb4fc41
commit
a4f6add21b
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user