trezor / trezord-go

:smiling_imp: Trezor Communication Daemon (written in Go)
GNU Lesser General Public License v3.0
244 stars 146 forks source link

Introduce debug build mode #195

Closed tsusanka closed 3 years ago

tsusanka commented 3 years ago

When build using go build -tags debug a debug mode is enabled. Currently that means disabling CORS, which is helpful for local development and when run inside a docker image.

tsusanka commented 3 years ago

@prusnak any input on this? I need it for trezor-user-env.