mirror of
https://github.com/servo/servo.git
synced 2025-07-24 15:50:21 +01:00
Stop generating a parser.out file in the source.
This commit is contained in:
parent
00628704ca
commit
549f2669f0
4 changed files with 15 additions and 2 deletions
|
@ -6438,7 +6438,8 @@ class Parser(Tokenizer):
|
|||
self.parser = yacc.yacc(module=self,
|
||||
outputdir=outputdir,
|
||||
tabmodule='webidlyacc',
|
||||
errorlog=logger
|
||||
errorlog=logger,
|
||||
debug=False
|
||||
# Pickling the grammar is a speedup in
|
||||
# some cases (older Python?) but a
|
||||
# significant slowdown in others.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue