diff options
author | Albert Cheng <acheng@hdfgroup.org> | 1998-01-30 08:25:38 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 1998-01-30 08:25:38 (GMT) |
commit | 69902d92781798acc58583f579afc4253e2ec243 (patch) | |
tree | d8bf13e0b93c3df2525d3456525f521b5b0217ca /config/irix64 | |
parent | cb8a986afd0b24c107d529ee144cdf8e97099472 (diff) | |
download | hdf5-69902d92781798acc58583f579afc4253e2ec243.zip hdf5-69902d92781798acc58583f579afc4253e2ec243.tar.gz hdf5-69902d92781798acc58583f579afc4253e2ec243.tar.bz2 |
[svn-r199] Added -ansi compile option.
Diffstat (limited to 'config/irix64')
-rw-r--r-- | config/irix64 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/irix64 b/config/irix64 index 203cdef..3d4b3eb 100644 --- a/config/irix64 +++ b/config/irix64 @@ -35,7 +35,7 @@ # Unconditionally set the compiler to gcc since the following flags # only apply to that compiler. -CC="cc -64" +CC="cc -ansi -64" warn="-fullwarn" |