summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config/powerpc-ibm-aix5.x4
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=
;;