From 117b6cd323e59aab0b3aec73d675064b766fe797 Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Mon, 31 Mar 2003 11:47:51 -0500 Subject: [svn-r6532] Purpose: Bug fix Description: test/dtypes failed badly when -O is used. Trying to recompile test/* code without -O did not eliminate the errors. So, the failure is deep in the hdf5 library. Solution: For now, removed '-O' from $PROD_CFLAGS so that enable-production will use no optimization. Need to find out what exactly trigger the errors. Platforms tested: Did not do h5committest because this is an AIX configure change only. Tested it in Copper. Need to test it on other offsite machines. Misc. update: Updated release_docs/RELEASE. --- config/powerpc-ibm-aix5.x | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/powerpc-ibm-aix5.x b/config/powerpc-ibm-aix5.x index 4b345fd..7ff7225 100644 --- a/config/powerpc-ibm-aix5.x +++ b/config/powerpc-ibm-aix5.x @@ -30,7 +30,8 @@ case $CC_BASENAME in CFLAGS="$CFLAGS" DEBUG_CFLAGS="-g" DEBUG_CPPFLAGS= - PROD_CFLAGS="-O" + # -O causes test/dtypes to fail badly. Turn it off for now. + PROD_CFLAGS="" PROD_CPPFLAGS= PROFILE_CFLAGS="-pg" PROFILE_CPPFLAGS= -- cgit v0.12