mirror of
https://github.com/urbit/shrub.git
synced 2024-11-30 22:15:47 +03:00
Add missing flags fixing the markdown parser bug #951
This commit is contained in:
parent
0f09810dd7
commit
773df55bd0
@ -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 = []
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user