diff options
author | Bruce Momjian | 1999-06-18 00:46:11 +0000 |
---|---|---|
committer | Bruce Momjian | 1999-06-18 00:46:11 +0000 |
commit | 371a9d7ad896ad572cac0886ad23fce7f1aecfef (patch) | |
tree | 5cdf97494c6a3026956377e591487723ae005e1a | |
parent | 285610e9ea9c906b5e93f956d3606e65efdd7c55 (diff) |
linux_ppc now use -O0 to fix problem in optimization of fmgr calls.
-rwxr-xr-x | src/template/linux_ppc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/template/linux_ppc b/src/template/linux_ppc index a8f5a20e907..116f6b0634d 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: |