~hp/timely.lv2

48f1f02ec9a770b184969cef5fdfbaac11caf836 — Hanspeter Portner 2 months ago ff03e3b 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
@@ 46,7 46,6 @@ if build_tests

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

  test_deps = []
  test_deps += timely_lv2

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')