summaryrefslogtreecommitdiffstats
path: root/bin/ltmain.sh
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2010-09-10 05:03:01 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2010-09-10 05:03:01 (GMT)
commit70b6246eae452094aa50683900b38c11e2cfebfe (patch)
tree03fb2abc0e427cbf06aa0ccfead95d4c56ce6da5 /bin/ltmain.sh
parent073eb187d6589e5741065038d3f4ca3f634381d9 (diff)
downloadhdf5-70b6246eae452094aa50683900b38c11e2cfebfe.zip
hdf5-70b6246eae452094aa50683900b38c11e2cfebfe.tar.gz
hdf5-70b6246eae452094aa50683900b38c11e2cfebfe.tar.bz2
[svn-r19364] Bug Fix: ID 2019
Description: The development (--disable-production) mode ran a long time, especially on the testhdf5 (select) that exceeded the wall clock 10 minutes limits and was terminated. It turned out the development had DEBUG_CFLAG set to "-g -xildoff".\ The -xildoff was added back when h5detect had errors when -g only was used. But that bug does not exist any more since when only -g is used to build, h5detect did not fail and all tests passed. Therefore -xildoff is removed. Furthermore, when "-g -O" is used to build the library, debuggers such as dbx can still use the executable, though some debugging ability like displaying local variables is not available in optimized code. But overall execution time shorten. Therefore, the C, Fortran aand CXX DEBUG flags are all set to "-g -O" by default. Tested: in Linew using the default development mode because the changes affect only the Sun platform.
Diffstat (limited to 'bin/ltmain.sh')
0 files changed, 0 insertions, 0 deletions