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
When the computed goto extension is available to optimize conditional
jumps, option --enable-re2c-cgoto can add the -g flag for re2c.
AC_LANG_SOURCE should be used instead of the AC_LANG_PROG so the
compilation check program is not wrapped up in another main() function.
When the check is successful, the -g is added, otherwise not.
0 commit comments