diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2004-01-31 15:14:44 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2004-01-31 15:14:44 (GMT) |
commit | a2670d00c71870b3c68edf618756a6561f8641cf (patch) | |
tree | c7b0e17a4420cb111558b8044184615614d74846 /config | |
parent | 896fa1c409ff90b98c78160dcf930a51c63d2457 (diff) | |
download | hdf5-a2670d00c71870b3c68edf618756a6561f8641cf.zip hdf5-a2670d00c71870b3c68edf618756a6561f8641cf.tar.gz hdf5-a2670d00c71870b3c68edf618756a6561f8641cf.tar.bz2 |
[svn-r8132] Purpose:
Bug fix
Description:
Update debugging and profiling flags to include more information.
Platforms tested:
IBM p690 (copper)
too obscure for h5committest
Diffstat (limited to 'config')
-rw-r--r-- | config/powerpc-ibm-aix5.x | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/powerpc-ibm-aix5.x b/config/powerpc-ibm-aix5.x index 07976c8..10c2429 100644 --- a/config/powerpc-ibm-aix5.x +++ b/config/powerpc-ibm-aix5.x @@ -33,12 +33,12 @@ case $CC_BASENAME in enable_shared="${enable_shared:-no}" # CFLAGS must be set else configure set it to -g CFLAGS="$CFLAGS" - DEBUG_CFLAGS="-g" + DEBUG_CFLAGS="-g -qfullpath" DEBUG_CPPFLAGS= # -O causes test/dtypes to fail badly. Turn it off for now. PROD_CFLAGS="" PROD_CPPFLAGS= - PROFILE_CFLAGS="-pg" + PROFILE_CFLAGS="-g -qfullpath -pg" PROFILE_CPPFLAGS= ;; |