diff options
author | Albert Cheng <acheng@hdfgroup.org> | 1998-02-16 21:06:15 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 1998-02-16 21:06:15 (GMT) |
commit | 88b41bd164fc1a6bb296d4f552c89df70af41f94 (patch) | |
tree | b10ade2d7f64801dc6f045d40e5283e19af99b03 | |
parent | e16617bf119a380cd365a61756df3c9f61dc2aee (diff) | |
download | hdf5-88b41bd164fc1a6bb296d4f552c89df70af41f94.zip hdf5-88b41bd164fc1a6bb296d4f552c89df70af41f94.tar.gz hdf5-88b41bd164fc1a6bb296d4f552c89df70af41f94.tar.bz2 |
[svn-r283] Removed nearly all DEBUG flags to make it more suitable for alpha
release.
-rw-r--r-- | config/irix64 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/irix64 b/config/irix64 index 7837820..95207fb 100644 --- a/config/irix64 +++ b/config/irix64 @@ -12,11 +12,11 @@ warn="-fullwarn -woff 1174,1429,1209,1196" profile="-pg" -debug="-g -DH5AC_DEBUG -DH5B_DEBUG -DH5F_DEBUG -DH5G_DEBUG -UH5O_DEBUG -DH5T_DEBUG -DH5F_OPT_SEEK=0" +debug="-g" #production="-O -DNDEBUG" -default_mode='$debug $warn -DH5F_LOW_DFLT=H5F_LOW_SEC2' +default_mode='$debug $warn' RANLIB=: # SGI needs not ranlib |