From 773df55bd01b8f1848960f73b87ba4b5f0e238b3 Mon Sep 17 00:00:00 2001 From: Mikolaj Paraniak Date: Tue, 20 Mar 2018 18:41:03 +0800 Subject: [PATCH] Add missing flags fixing the markdown parser bug #951 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 4f8011b236..6785908b22 100644 --- a/meson.build +++ b/meson.build @@ -225,7 +225,7 @@ conf_data = configuration_data() conf_data.set('URBIT_VERSION', '"0.5.1"') osdet = build_machine.system() -os_c_flags = [] +os_c_flags = ['-funsigned-char','-ffast-math'] os_deps = [] os_link_flags = []