From 0acde24deb163463e3a6b3202971720904c7ea02 Mon Sep 17 00:00:00 2001 From: mjreno Date: Thu, 29 Aug 2024 08:38:47 -0400 Subject: [PATCH] cleanup --- meson.build | 7 ------- 1 file changed, 7 deletions(-) diff --git a/meson.build b/meson.build index d1c0ca1a513..76a1473e89c 100644 --- a/meson.build +++ b/meson.build @@ -194,7 +194,6 @@ endif # GCC profile options need to be netcdf aware due to HDF5 issue if fc_id == 'gcc' - #if with_netcdf and build_machine.system() == 'darwin' if with_netcdf # HDF5 1.14.3 invalid fpe trap issue: https://github.com/HDFGroup/hdf5/issues/3831 if profile == 'release' @@ -202,12 +201,6 @@ if fc_id == 'gcc' elif profile == 'develop' compile_args += ['-fcheck=all', '-ffpe-trap=overflow,zero'] endif - #else - # if profile == 'release' - # compile_args += ['-ffpe-summary=overflow', '-ffpe-trap=overflow,zero,invalid'] - # elif profile == 'develop' - # compile_args += ['-fcheck=all', '-ffpe-trap=overflow,zero,invalid'] - # endif endif endif