diff options
Diffstat (limited to 'config/irix64')
-rw-r--r-- | config/irix64 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/irix64 b/config/irix64 index f06e9e7..203cdef 100644 --- a/config/irix64 +++ b/config/irix64 @@ -41,13 +41,13 @@ warn="-fullwarn" profile="-pg" -debug="-g -DH5AC_DEBUG -DH5B_DEBUG -DH5F_DEBUG -DH5G_DEBUG -UH5O_DEBUG -DH5F_OPT_SEEK=0" +debug="-g -DH5AC_DEBUG -DH5B_DEBUG -DH5F_DEBUG -DH5G_DEBUG -UH5O_DEBUG -DH5T_DEBUG -DH5F_OPT_SEEK=0" production="-O -DNDEBUG" default_mode='$debug $warn -DH5F_LOW_DFLT=H5F_LOW_SEC2' -RANLIB=true # SGI needs not ranlib +RANLIB=: # SGI needs not ranlib # Don't set CFLAGS if the user already did. if test -z "$CFLAGS"; then |