Skip to content
Snippets Groups Projects
Commit a4f6add2 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

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

parent 19deb4fc
No related branches found
No related tags found
No related merge requests found
CFLAGS='-pipe'
case $host_cpu in
alpha*) CFLAGS="$CFLAGS -O2"
GCC_CXXFLAGS="-O2";;
alpha*) CFLAGS="$CFLAGS -O"
GCC_CXXFLAGS="-O";;
esac
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment