mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-25 17:00:45 +08:00
[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.
This commit is contained in:
parent
9dedbf110e
commit
117b6cd323
@ -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=
|
||||
|
Loading…
x
Reference in New Issue
Block a user