diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 1998-01-28 20:58:22 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 1998-01-28 20:58:22 (GMT) |
commit | c131a549dc1a9c8456d8cf0e44a56187dae1c268 (patch) | |
tree | 89b3e1f0e380e6e0b56ca1a983262d0a974f0a67 /config | |
parent | 8032966d866672acf583fec2ef4b36112acb8067 (diff) | |
download | hdf5-c131a549dc1a9c8456d8cf0e44a56187dae1c268.zip hdf5-c131a549dc1a9c8456d8cf0e44a56187dae1c268.tar.gz hdf5-c131a549dc1a9c8456d8cf0e44a56187dae1c268.tar.bz2 |
[svn-r192] Added sensible flags for gcc on Solaris 2.5
Diffstat (limited to 'config')
-rw-r--r-- | config/solaris2.5 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/solaris2.5 b/config/solaris2.5 new file mode 100644 index 0000000..87dd710 --- /dev/null +++ b/config/solaris2.5 @@ -0,0 +1,6 @@ +# Site configuration -- do not distribute this file. + +if test "x$CFLAGS" = "x"; then + CFLAGS="-Wall -g -O2" +fi + |