ext: disable PLY debugging
Very rarely does anyone ever mess with PLY code, and when such a need arises, the developer can reenable this flag in their working tree. This will eliminate the "generating LALR tables" message during compilation and temporary parser.out file as well.
This commit is contained in:
parent
ad019c5c58
commit
29c15c6870
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ __tabversion__ = "3.2" # Table version
|
|||
# Change these to modify the default behavior of yacc (if you wish)
|
||||
#-----------------------------------------------------------------------------
|
||||
|
||||
yaccdebug = 1 # Debugging mode. If set, yacc generates a
|
||||
yaccdebug = 0 # Debugging mode. If set, yacc generates a
|
||||
# a 'parser.out' file in the current directory
|
||||
|
||||
debug_file = 'parser.out' # Default name of the debugging file
|
||||
|
|
Loading…
Reference in a new issue