Commit 19deb4fc authored by Bruce Momjian's avatar Bruce Momjian

Change FreeBSD to use -O2, important for MemSet.

parent e4186762
CFLAGS='-pipe'
case $host_cpu in
alpha*) CFLAGS="$CFLAGS -O"
GCC_CXXFLAGS="-O";;
alpha*) CFLAGS="$CFLAGS -O2"
GCC_CXXFLAGS="-O2";;
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