always include precise i64 code in shared modules

This commit is contained in:
Alon Zakai 2015-05-07 11:01:24 -07:00
Родитель 3f52a01042
Коммит ad40339092
1 изменённых файлов: 1 добавлений и 0 удалений

1
emcc
Просмотреть файл

@ -942,6 +942,7 @@ try:
shared.Settings.LINKABLE = 1 # TODO: add FORCE_DCE option for the brave people that do want to dce here and in side modules
debug_level = max(debug_level, 2)
shared.Settings.RELOCATABLE = 1
shared.Settings.PRECISE_I64_MATH = 1 # other might use precise math, we need to be able to print it
if shared.Settings.EMULATE_FUNCTION_POINTER_CASTS:
shared.Settings.ALIASING_FUNCTION_POINTERS = 0