From: Øyvind Kolås Date: Sun, 12 Jan 2020 22:31:33 +0000 (+0100) Subject: Revert "build: opt out of unsafe math optimizations in reference and base" X-Git-Tag: archive/raspbian/1%0.1.106-3+rpi1^2~15^2~10^2~4 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=339f5ceda0d1e37dfd011b8d2322fa0ccfe5cf6a;p=babl.git Revert "build: opt out of unsafe math optimizations in reference and base" This reverts commit 84128d538aa4f189c31d296d04084762ce062107. after having set global cflags opting out of unsafe math see issue #49. --- diff --git a/babl/base/meson.build b/babl/base/meson.build index 06728de..97ec38b 100644 --- a/babl/base/meson.build +++ b/babl/base/meson.build @@ -16,12 +16,6 @@ babl_base_sources = [ 'type-u8.c', ] -babl_base_c_args = [ - sse2_cflags, - '-DLIBDIR="@0@"'.format(babl_libdir), - '-fno-unsafe-math-optimizations' -] - babl_base = static_library('babl_base', babl_base_sources, include_directories: [ rootInclude, bablInclude, ], diff --git a/babl/meson.build b/babl/meson.build index a60beb8..542bb62 100644 --- a/babl/meson.build +++ b/babl/meson.build @@ -27,7 +27,6 @@ version_script_target = custom_target(version_script, babl_c_args = [ sse2_cflags, '-DLIBDIR="@0@"'.format(babl_libdir), - '-fno-unsafe-math-optimizations' ] # Linker arguments