hdf5: Fix build-time tools to run under Emscripten
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.