Skip to content
  • Albert Cheng's avatar
    e5540864
    [svn-r22830] Bug fix: HDFFV-8069 AIX config file Fortran flags need fix · e5540864
    Albert Cheng authored
    Description: The Fortran compiler flags were all set to "-O". They should be
    different setting for different situations. E.g, "-g" for debug and
    "-pg" for profile, etc.
    
    Fix: set them to appropriate different values.
    
    Tested: in Remote ADA AIX machines using 3 different settings:
        configure --enable-fortran --enable-cxx     # default to --disable-production
        configure --enable-fortran --enable-cxx --enable-production
        configure --enable-fortran --enable-cxx --disable-production
    e5540864
    [svn-r22830] Bug fix: HDFFV-8069 AIX config file Fortran flags need fix
    Albert Cheng authored
    Description: The Fortran compiler flags were all set to "-O". They should be
    different setting for different situations. E.g, "-g" for debug and
    "-pg" for profile, etc.
    
    Fix: set them to appropriate different values.
    
    Tested: in Remote ADA AIX machines using 3 different settings:
        configure --enable-fortran --enable-cxx     # default to --disable-production
        configure --enable-fortran --enable-cxx --enable-production
        configure --enable-fortran --enable-cxx --disable-production
Loading