Remove -ffast-math
2 files changed, 2 insertions(+), 3 deletions(-) M VERSION M meson.build
M VERSION => VERSION +1 -1
@@ 1,1 1,1 @@ -0.1.103 +0.1.105
M meson.build => meson.build +1 -2
@@ 23,8 23,7 @@ inst_dir = join_paths(get_option('libdir'), 'lv2', meson.project_name()) srcs = ['pianoteq_utils.c', 'pianoteq_utils_demo_unmute.c'] -c_args = ['-fvisibility=hidden', - '-ffast-math'] +c_args = ['-fvisibility=hidden'] mod = shared_module('pianoteq_utils', srcs, c_args : c_args,