mirror of
https://github.com/postgres/postgres.git
synced 2025-05-05 09:19:17 +03:00
Change FreeBSD to use -O2, important for MemSet.
This commit is contained in:
parent
e4186762ff
commit
19deb4fc41
@ -1,6 +1,6 @@
|
|||||||
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user