diff --git a/meson.build b/meson.build index 69aa50e..e1731d4 100644 --- a/meson.build +++ b/meson.build @@ -85,7 +85,12 @@ if cc.get_id() == 'msvc' ] else test_cflags = [ - '-ffast-math', + '-fno-math-errno', + '-funsafe-math-optimizations', + # '-ffinite-math-only', + '-fno-rounding-math', + '-fno-signaling-nans', + '-fcx-limited-range', '-fstrict-aliasing', '-Wpointer-arith', '-Wstrict-prototypes',