~hp/props.lv2

e01086272ea0fdc1983b46aaa8783caf7448f195 — Hanspeter Portner 2 months ago 5b5fa76 master
Remove -ffast-math
2 files changed, 2 insertions(+), 3 deletions(-)

M meson.build
M meson_options.txt
M meson.build => meson.build +1 -2
@@ 46,8 46,7 @@ if build_tests
  lv2lint = find_program('lv2lint', required : false)

  test_args = [
    '-fvisibility=hidden',
    '-ffast-math'
    '-fvisibility=hidden'
  ]

  test_deps = [

M meson_options.txt => meson_options.txt +1 -1
@@ 10,4 10,4 @@ option('lv2libdir',
	type : 'string',
	value : 'lib/lv2')

option('version', type : 'string', value : '0.3.7')
option('version', type : 'string', value : '0.3.9')