mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-13 16:47:58 +08:00
[svn-r9703] Purpose: Update CXXFLAGS
Description: Changed -instances=global to -instances=static to avoid multiple copies of template function verify_val. Platforms tested: SunOS 5.7 (arabica)
This commit is contained in:
parent
d9effd9873
commit
09c2b51e71
@ -94,7 +94,7 @@ fi
|
||||
|
||||
# Try solaris native compiler flags
|
||||
if test -z "$cxx_flags_set"; then
|
||||
CXXFLAGS="$CXXFLAGS -instances=global"
|
||||
CXXFLAGS="$CXXFLAGS -instances=static"
|
||||
CPPFLAGS="$CPPFLAGS -LANG:std"
|
||||
DEBUG_CXXFLAGS=-g
|
||||
DEBUG_CPPFLAGS=
|
||||
|
Loading…
x
Reference in New Issue
Block a user