mirror of https://github.com/tinygo-org/tinygo.git
Browse Source
Before, on the baremetal target or MacOS, we errored if the user provided configuration to strip debug info. Ex. ```bash $ $ tinygo build -o main.go -scheduler=none --no-debug main.go error: cannot remove debug information: MacOS doesn't store debug info in the executable by default ``` This is a poor experience which results in having OS-specific CLI behavior. Silently succeeding is good keeping with the Linux philosophy and less distracting than logging the same without failing. Signed-off-by: Adrian Cole <adrian@tetrate.io>pull/3203/head
Adrian Cole
2 years ago
committed by
Ron Evans
2 changed files with 20 additions and 16 deletions
Loading…
Reference in new issue