We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 319e1bc commit 1171bdfCopy full SHA for 1171bdf
ugbc/makefile
@@ -721,6 +721,8 @@ src-generated/ugbc.yy.c: flex src/ugbc.lex src/ugbc.y
721
722
src-generated/ugbc.tab.c: bison src/ugbc.lex src/ugbc.y
723
@$(BISON) ${BISON_OPTIONS} --file-prefix=src-generated/ugbc src/ugbc.y
724
+ @sed -i 's/YYINITDEPTH 200/YYINITDEPTH 2000/g' $(@)
725
+ @sed -i 's/YYMAXDEPTH 10000/YYMAXDEPTH 100000/g' $(@)
726
727
src-generated/ugbc.embed.yy.c: flex src/ugbc.embed.lex src/ugbc.embed.y
728
@$(FLEX) ${FLEX_OPTIONS} --prefix=embed --outfile=src-generated/ugbc.embed.yy.c src/ugbc.embed.lex
0 commit comments