mirror of
https://github.com/postgres/postgres.git
synced 2026-03-29 13:53:46 -04:00
Change FreeBSD to use -O2, important for MemSet.
This commit is contained in:
parent
e4186762ff
commit
19deb4fc41
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
CFLAGS='-pipe'
|
||||
|
||||
case $host_cpu in
|
||||
alpha*) CFLAGS="$CFLAGS -O"
|
||||
GCC_CXXFLAGS="-O";;
|
||||
alpha*) CFLAGS="$CFLAGS -O2"
|
||||
GCC_CXXFLAGS="-O2";;
|
||||
esac
|
||||
|
|
|
|||
Loading…
Reference in a new issue