Commit a4f6add2 authored by Bruce Momjian's avatar Bruce Momjian

Back out patch, that was alpha, which I think still needs just -O.

parent 19deb4fc
CFLAGS='-pipe'
case $host_cpu in
alpha*) CFLAGS="$CFLAGS -O2"
GCC_CXXFLAGS="-O2";;
alpha*) CFLAGS="$CFLAGS -O"
GCC_CXXFLAGS="-O";;
esac
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment