diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/powerpc-ibm-aix5.x | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/powerpc-ibm-aix5.x b/config/powerpc-ibm-aix5.x index 4b345fd..7ff7225 100644 --- a/config/powerpc-ibm-aix5.x +++ b/config/powerpc-ibm-aix5.x @@ -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= |