Skip to content

Commit 3b505ec

Browse files
committed
stripped abs path from the traces
1 parent 08d6e1c commit 3b505ec

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

build/mac/bin/kalam.dylib

-16 KB
Binary file not shown.

ffi/kalam/native/scripts/build.sh

+6-3
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ echo ""
2424

2525
echo "building kalam..."
2626

27-
(cd ./ffi/kalam/native && CGO_CFLAGS='-Wno-deprecated-declarations' \
28-
go build -gcflags=-trimpath=$(go env GOPATH) -asmflags=-trimpath=$(go env GOPATH) \
29-
-o ../../../build/mac/bin/kalam.dylib -buildmode=c-shared ./*.go)
27+
(
28+
cd ./ffi/kalam/native && CGO_CFLAGS='-Wno-deprecated-declarations' \
29+
go build \
30+
-v -a -trimpath \
31+
-o ../../../build/mac/bin/kalam.dylib -buildmode=c-shared ./*.go
32+
)

0 commit comments

Comments
 (0)