~hp/canvas.lv2

20bc1365cb47b108199857f94eb2ea5081a874fd — Hanspeter Portner 2 months ago f104716 master
Remove -ffast-math
2 files changed, 1 insertions(+), 2 deletions(-)

M meson.build
M meson_options.txt
M meson.build => meson.build +0 -1
@@ 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

M meson_options.txt => meson_options.txt +1 -1
@@ 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')