~hp/mystery.lv2

eca3fd2ac2e5e0178d6e1359001c417a8575a282 — Hanspeter Portner 4 hours ago 577ee4c master
Remove -ffast-math
2 files changed, 2 insertions(+), 2 deletions(-)

M VERSION
M meson.build
M VERSION => VERSION +1 -1
@@ 1,1 1,1 @@
0.1.157
0.1.159

M meson.build => meson.build +1 -1
@@ 49,7 49,7 @@ endif
mod = shared_module('mystery',
	'mystery.c',
	'mystery_curve.c',
	c_args : ['-fvisibility=hidden', '-ffast-math'],
	c_args : ['-fvisibility=hidden'],
	include_directories : inc_dir,
	name_prefix : '',
	dependencies : [m_dep, lv2_dep, cairo_dep],