mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-27 08:39:28 +08:00
Remove -pipe from compiles.
This commit is contained in:
parent
d8581fbb6b
commit
c568b8fbe7
@ -1,6 +1,4 @@
|
||||
if test "$GCC" = yes ; then
|
||||
CFLAGS="$CFLAGS -pipe"
|
||||
else
|
||||
if test "$GCC" != yes ; then
|
||||
case $host_os in
|
||||
aix3.2.5 | aix4.1*) ;;
|
||||
*) CFLAGS="$CFLAGS -O2 -qlonglong";;
|
||||
|
@ -1,5 +1,3 @@
|
||||
#CFLAGS="$CFLAGS -pipe"
|
||||
|
||||
case $host_cpu in
|
||||
i?86) CFLAGS="$CFLAGS -m486";;
|
||||
esac
|
||||
|
@ -1,5 +1,3 @@
|
||||
CFLAGS="$CFLAGS -pipe"
|
||||
|
||||
case $host_cpu in
|
||||
alpha*) CFLAGS="$CFLAGS -O";; # alpha has problems with -O2
|
||||
esac
|
||||
|
@ -1,4 +1,2 @@
|
||||
CFLAGS="$CFLAGS -pipe"
|
||||
|
||||
THREAD_SUPPORT=yes
|
||||
NEED_REENTRANT_FUNCS=yes # 1.6 2003-09-14
|
||||
|
@ -1 +0,0 @@
|
||||
CFLAGS="$CFLAGS -pipe"
|
Loading…
Reference in New Issue
Block a user