summaryrefslogtreecommitdiff
path: root/scripts/main.sh
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2022-12-30 22:17:06 -0700
committerLuke Shumaker <lukeshu@lukeshu.com>2022-12-30 22:17:06 -0700
commit9971e38110d5f90d15c7b78f396f2638b3952a96 (patch)
tree28692225122d6d9c91d826801a4986d1c850744d /scripts/main.sh
parentbfe111c950da328b673ed4e3f8da0503bbd793d8 (diff)
parent3d0937e9ab148c074922b0d46ed33bdbcbef85b5 (diff)
Merge branch 'lukeshu/log'
Diffstat (limited to 'scripts/main.sh')
-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