cli: output contract after compiling only with --verbose flag
Also remove Debug from compiler option as it is used only in CLI.
This commit is contained in:
parent
73c7b408b7
commit
c71ad6a5db
2 changed files with 3 additions and 5 deletions
|
@ -26,9 +26,6 @@ type Options struct {
|
|||
|
||||
// The name of the output for debug info.
|
||||
DebugInfo string
|
||||
|
||||
// Debug outputs a hex encoded string of the generated bytecode.
|
||||
Debug bool
|
||||
}
|
||||
|
||||
type buildInfo struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue