hdf5: add symbols (#10991)

This commit is contained in:
Matthias Diener 2019-04-20 17:09:46 -05:00 committed by Peter Scheibel
parent f8dc385392
commit a40492172f

View File

@ -197,6 +197,7 @@ def configure_args(self):
# combinations of other arguments. Enabling it just skips a
# sanity check in configure, so this doesn't merit a variant.
extra_args = ['--enable-unsupported']
extra_args += ['--enable-symbols=yes']
extra_args += self.enable_or_disable('threadsafe')
extra_args += self.enable_or_disable('cxx')
extra_args += self.enable_or_disable('hl')