We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9d6092 commit 4ea1801Copy full SHA for 4ea1801
meson.build
@@ -194,7 +194,7 @@ endif
194
195
# GCC profile options need to be netcdf aware due to HDF5 issue
196
if fc_id == 'gcc'
197
- if with_netcdf and build_machine.system() == 'darwin'
+ if with_netcdf
198
# HDF5 1.14.3 invalid fpe trap issue: https://github.com/HDFGroup/hdf5/issues/3831
199
if profile == 'release'
200
compile_args += ['-ffpe-summary=overflow', '-ffpe-trap=overflow,zero']
0 commit comments