~hp/patchmatrix

ccaff4820d3322d8b07db61bb3a353bf2ee8afe7 — Hanspeter Portner 2 months ago d43a477 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
@@ 62,7 62,6 @@ incs = [jackey_inc, osc_inc]

c_args = [
  '-fvisibility=hidden',
	'-ffast-math',
	'-Wno-unused-parameter',
	'-Wno-unused-function',
	'-Wno-unknown-warning-option',

M meson_options.txt => meson_options.txt +1 -1
@@ 5,4 5,4 @@ option('build-tests',
	type : 'boolean',
	value : true)

option('version', type : 'string', value : '0.27.49')
option('version', type : 'string', value : '0.27.51')