-
Notifications
You must be signed in to change notification settings - Fork 7.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When the computed goto extension is available to optimize conditional jumps, option --enable-re2c-cgoto adds the -g flag to re2c. In this case the AC_LANG_SOURCE is used instead of the AC_LANG_PROG to not wrap the compilation check program in another main() function. Code is also simplified and help messages updated. This is a compiler-agnostic extension, not only available with GCC. When the check is successful, the -g is added, otherwise not.
- Loading branch information
Showing
2 changed files
with
17 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters