Add missing flags fixing the markdown parser bug #951

This commit is contained in:
Mikolaj Paraniak 2018-03-20 18:41:03 +08:00 committed by Elliot Glaysher
parent 0f09810dd7
commit 773df55bd0

View File

@ -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 = []