mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-21 08:29:39 +08: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'
|
||||
|
||||
case $host_cpu in
|
||||
alpha*) CFLAGS="$CFLAGS -O2"
|
||||
GCC_CXXFLAGS="-O2";;
|
||||
alpha*) CFLAGS="$CFLAGS -O"
|
||||
GCC_CXXFLAGS="-O";;
|
||||
esac
|
||||
|
Loading…
Reference in New Issue
Block a user