You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If SMALL_EMBEDDED is used, "small" will try to compile
with the default flags, but it can't be compiled with std=c89.
Look like a "small" library bug.
So, we will use std=c99 globally as workaround.
See tarantool/small#25
Part of #59@Totktonada: added the comment.
0 commit comments