1 --- hdf5-1.8.18/config/solaris.orig 2017-02-03 21:05:39.824699478 +0100
2 +++ hdf5-1.8.18/config/solaris 2017-02-03 21:07:52.636271572 +0100
5 # Try solaris native compiler flags
6 if test -z "$cxx_flags_set"; then
7 - H5_CXXFLAGS="$H5_CXXFLAGS -instances=static"
8 H5_CPPFLAGS="$H5_CPPFLAGS -LANG:std"
9 # -g produces rather slow code. "-g -O" produces much faster code with some
10 # loss of debugger functions such as not able to print local variables.