From a2670d00c71870b3c68edf618756a6561f8641cf Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Sat, 31 Jan 2004 10:14:44 -0500 Subject: [svn-r8132] Purpose: Bug fix Description: Update debugging and profiling flags to include more information. Platforms tested: IBM p690 (copper) too obscure for h5committest --- config/powerpc-ibm-aix5.x | 4 ++-- 1 file 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= ;; -- cgit v0.12