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

Change FreeBSD to use -O2, important for MemSet.

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