mirror of
https://github.com/dolthub/dolt.git
synced 2026-04-22 02:50:04 -05:00
added setup info
This commit is contained in:
@@ -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 |
Reference in New Issue
Block a user