]> Cypherpunks repositories - gostls13.git/commit
[dev.cc] cmd/asm: set the flags to production settings (turn off debug)
authorRob Pike <r@golang.org>
Wed, 28 Jan 2015 23:41:12 +0000 (15:41 -0800)
committerRob Pike <r@golang.org>
Thu, 29 Jan 2015 19:08:26 +0000 (19:08 +0000)
commit36e5f4d53f0843d11bef8a5e37671e72c36a2805
tree9132bceb6be01880829b1592c89e8b1e06bab23e
parent29428e322d6f4eaccb7636e93f31f20cffcf7377
[dev.cc] cmd/asm: set the flags to production settings (turn off debug)

Set -S to false and add -debug to control the other debugging print.

Change-Id: I864866c3d264a33e6dd0ce12a86a050a5fe0f875
Reviewed-on: https://go-review.googlesource.com/3453
Reviewed-by: Andrew Gerrand <adg@golang.org>
Reviewed-by: Russ Cox <rsc@golang.org>
src/cmd/asm/internal/asm/asm.go
src/cmd/asm/internal/flags/flags.go
src/cmd/asm/main.go