give a usage example for combining flags

Users are still filing bugs about this, presumably because the docs
aren't clear enough.

Fixes #372.
pull/379/head
Daniel Martí 3 years ago committed by lu4p
parent c2a75d09d5
commit d338be9941

@ -69,6 +69,10 @@ For example, to build an obfuscated program:
garble build ./cmd/foo
Similarly, to combine garble flags and Go build flags:
garble -literals build -tags=purego ./cmd/foo
The following commands are supported:
build [packages] wraps "go build"

Loading…
Cancel
Save