﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	difficulty
242	-verbose not recognized by csc	Mario Domenech Goulart	felix winkelmann	"csc doesn't recognize {{{-verbose}}}, although {{{csc -help}}} says it should be supported:

{{{
 $ csc -help | grep verbose
    -vv  -verbose                  display information about translation
}}}

{{{
$ csc -verbose foo.scm
csc: invalid option `-verbose'
}}}

{{{
$ csc -version
(c)2008-2010 The Chicken Team
(c)2000-2007 Felix L. Winkelmann
Version 4.5.0 
linux-unix-gnu-x86 [ manyargs dload ptables ]
compiled 2010-05-13 on mario (Linux)

Enter ""chicken -help"" for information on how to use it.
}}}
"	defect	closed	minor		core tools	4.5.0	fixed	csc, verbose		
