-verbose not recognized by csc
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.
Change History (3)
Owner: |
set to felix winkelmann
|
Status: |
new →
assigned
|
Resolution: |
→ fixed
|
Status: |
assigned →
closed
|
See commit 4a04895c43c0f21337d4ce17934223b488dce4a4 (experimental). Thanks for reporting this!