~hp/pianoteq_utils.lv2

8e3cefbf5c57e1d38ab3086c5aed49fbd34e35f2 — Hanspeter Portner 2 months ago 6a1ead3 master
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,