зеркало из https://github.com/mozilla/gecko-dev.git
Bug 893976 - Don't create xpidl_debug and avoid LALR tables generation message. r=ted
This commit is contained in:
Родитель
6f4872e2a3
Коммит
3ab1c9fa0c
|
@ -1485,7 +1485,7 @@ class IDLParser(object):
|
|||
optimize=1)
|
||||
self.parser = yacc.yacc(module=self,
|
||||
outputdir=outputdir,
|
||||
debugfile='xpidl_debug',
|
||||
debug=0,
|
||||
tabmodule='xpidlyacc',
|
||||
optimize=1)
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче