ext: disable PLY debugging
authorCurtis Dunham <Curtis.Dunham@arm.com>
Thu, 20 Mar 2014 00:18:43 +0000 (19:18 -0500)
committerCurtis Dunham <Curtis.Dunham@arm.com>
Thu, 20 Mar 2014 00:18:43 +0000 (19:18 -0500)
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.

ext/ply/ply/yacc.py

index 3bf6e8e4daca0ddb87f7b7360771a431f69f9940..d4bb8822dbdeae77555b90cee0e25fbea89926f8 100644 (file)
@@ -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