~hp/d2tk

079cdd3139febda1eb079ae4b0f88d6071ca56d8 — Hanspeter Portner 15 days ago 2692757 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
@@ 256,7 256,6 @@ test_base_srcs = [

c_args = [
  '-fvisibility=hidden',
	'-ffast-math',
	'-Wno-gnu-zero-variadic-macro-arguments',
	'-Wno-unknown-attributes',
	'-Wno-ignored-attributes',

M meson_options.txt => meson_options.txt +1 -1
@@ 55,4 55,4 @@ option('use-fontconfig',
	value : 'disabled',
	yield : true)

option('version', type : 'string', value : '0.5.21')
option('version', type : 'string', value : '0.5.23')