diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2009-10-15 13:27:45 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2009-10-15 13:27:45 (GMT) |
commit | 7ed7937f96bf2c95d55b69038949c1176e204f5b (patch) | |
tree | c5074916249f197f9adb2ce8404bc56dd7b46a81 /config/solaris2.x | |
parent | dc6898fde2cd22db1d409bbd2cc32d0be190a8f8 (diff) | |
download | hdf5-7ed7937f96bf2c95d55b69038949c1176e204f5b.zip hdf5-7ed7937f96bf2c95d55b69038949c1176e204f5b.tar.gz hdf5-7ed7937f96bf2c95d55b69038949c1176e204f5b.tar.bz2 |
[svn-r17644] Maintenance: Removed duplicated entry for socket library. It was there
for stream VFD. -lsocket is still used for linking, but it
is added by libtool and not by us.
Set up debug flags for Fortran.
Platforms tested: linew 32 and 64-bit.
Diffstat (limited to 'config/solaris2.x')
-rw-r--r-- | config/solaris2.x | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/config/solaris2.x b/config/solaris2.x index f5a4df1..5ef6415 100644 --- a/config/solaris2.x +++ b/config/solaris2.x @@ -56,8 +56,7 @@ if test "X-" = "X-$cc_flags_set"; then && PROD_CFLAGS="`echo $PROD_CFLAGS | sed -e 's/-O//'`" fi -# Add socket lib for the Stream Virtual File Driver -LIBS="$LIBS -lsocket" +LIBS="$LIBS" # The default Fortran 90 compiler @@ -69,8 +68,8 @@ if test "X-" = "X-$f9x_flags_set"; then F9XSUFFIXFLAG="" FSEARCH_DIRS="" H5_FCFLAGS="$H5_FCFLAGS" - DEBUG_FCFLAGS="" - PROD_FCFLAGS="" + DEBUG_FCFLAGS="-g" + PROD_FCFLAGS="-O2" PROFILE_FCFLAGS="" f9x_flags_set=yes fi |