diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2004-06-23 17:57:16 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2004-06-23 17:57:16 (GMT) |
commit | 09ee6ebc4ca6284aef70d87a4abd6bd6d43f54f7 (patch) | |
tree | bb60773615fc7926781e7f6d1428a59fa0c7e612 /config | |
parent | d6bb759cbdaa4ef5326cdb4e43a9ca815ccb9710 (diff) | |
download | hdf5-09ee6ebc4ca6284aef70d87a4abd6bd6d43f54f7.zip hdf5-09ee6ebc4ca6284aef70d87a4abd6bd6d43f54f7.tar.gz hdf5-09ee6ebc4ca6284aef70d87a4abd6bd6d43f54f7.tar.bz2 |
[svn-r8733] Purpose:
Code cleanup
Description:
Reduce compiler warnings on SGI IRIX
Platforms tested:
FreeBSD 4.10 (sleipnir)
SGI IRIX6 (Cheryl's machine)
Too minor to require full h5committest
Diffstat (limited to 'config')
-rw-r--r-- | config/irix6.x | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/irix6.x b/config/irix6.x index a79613a..44785c0 100644 --- a/config/irix6.x +++ b/config/irix6.x @@ -73,11 +73,11 @@ case "X-$CC_BASENAME" in DEBUG_CPPFLAGS= # Extra production flags - PROD_CFLAGS="-O -s" + PROD_CFLAGS="-O -OPT:Olimit=0 -s" PROD_CPPFLAGS= # Extra profiling flags - PROFILE_CFLAGS=-pg + PROFILE_CFLAGS= PROFILE_CPPFLAGS= ;; esac |