summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2022-12-28 18:14:14 -0700
committerLuke Shumaker <lukeshu@lukeshu.com>2022-12-30 22:15:44 -0700
commit3d0937e9ab148c074922b0d46ed33bdbcbef85b5 (patch)
tree28692225122d6d9c91d826801a4986d1c850744d /scripts
parent6e8e2960c5412685c1ac87c20b4d34d2caf90640 (diff)
cmd/btrfs-rec: Have all logging include live memory statistics
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/main.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/main.sh b/scripts/main.sh
index e44ae7f..160aa42 100755
--- a/scripts/main.sh
+++ b/scripts/main.sh
@@ -13,7 +13,7 @@ gen() (
)
set -x
-go build ./cmd/btrfs-rec
+CGO_ENABLED=0 go build -trimpath ./cmd/btrfs-rec
mkdir -p "$b.gen"
{ set +x; } &>/dev/null