From: Bruce Momjian Date: Fri, 18 Jun 1999 00:46:11 +0000 (+0000) Subject: linux_ppc now use -O0 to fix problem in optimization of fmgr calls. X-Git-Tag: REL9_0_0~25203 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=371a9d7ad896ad572cac0886ad23fce7f1aecfef;p=pg-rex%2Fsyncrep.git linux_ppc now use -O0 to fix problem in optimization of fmgr calls. --- diff --git a/src/template/linux_ppc b/src/template/linux_ppc index a8f5a20e90..116f6b0634 100755 --- a/src/template/linux_ppc +++ b/src/template/linux_ppc @@ -1,5 +1,5 @@ AROPT:crs -CFLAGS:-O2 -mieee +CFLAGS:-O0 -mieee # optimization -O2 removed because of egcs problem SHARED_LIB:-fpic ALL: SRCH_INC: