Skip to content

hdf5: Fix build-time tools to run under Emscripten

Brad King requested to merge brad.king/vtk:hdf5-updates-for-emscripten into master

Link H5detect and H5make_libsettings with -O0 when using with Emscripten so that no separate .js.mem files are needed when using nodejs to run them during builds. This is needed to build in optimized configurations, such as Release.

Merge request reports