From 20bc1365cb47b108199857f94eb2ea5081a874fd Mon Sep 17 00:00:00 2001 From: Hanspeter Portner Date: Fri, 3 May 2024 18:57:09 +0200 Subject: [PATCH] Remove -ffast-math --- meson.build | 1 - meson_options.txt | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/meson.build b/meson.build index b033e51..6a5f076 100644 --- a/meson.build +++ b/meson.build @@ -45,7 +45,6 @@ canvas_idisp_lv2 = declare_dependency( test_args = [] test_args += '-fvisibility=hidden' -test_args += '-ffast-math' test_deps = [] test_deps += canvas_lv2 diff --git a/meson_options.txt b/meson_options.txt index 26f7f55..e7ca3fe 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -6,4 +6,4 @@ option('build-tests', value : true, yield : true) -option('version', type : 'string', value : '0.5.3') +option('version', type : 'string', value : '0.5.5') -- 2.45.2