added setup info

This commit is contained in:
Andy Arthur
2021-09-06 12:16:19 -07:00
parent 376b53c412
commit 20419853d4
2 changed files with 5 additions and 0 deletions
@@ -6,6 +6,11 @@ LOGLEVEL=1
# -m turns on logging with level=$LOGLEVEL
# -N disables optimizations
# -l disables inlining
#
# To configure this script as a Goland annotation generator,
# add a File Watcher (Preferences > Tools > File Watchers).
# See "goland-file-watcher-config.png" for config info.
#
go build -gcflags="-m=$LOGLEVEL -N -l" "$1" 2>&1 >/dev/null \
| sed '/does not escape/d' \
| sort | uniq
Binary file not shown.

After

Width:  |  Height:  |  Size: 252 KiB