There was an error while loading. Please reload this page.
1 parent 8c70642 commit 123d890Copy full SHA for 123d890
2 files changed
pkg/core/distance/distance_rust.go
@@ -11,7 +11,7 @@ package distance
11
12
/*
13
#cgo CFLAGS: -I${SRCDIR}/../../../native/compute/include
14
-#cgo LDFLAGS: -lkektordb_compute -lm -ldl -lstdc++
+#cgo LDFLAGS: -lkektordb_compute -lstdc++
15
#include "kektordb_compute.h"
16
*/
17
import "C"
pkg/embeddings/local.go
@@ -11,7 +11,7 @@ package embeddings
#cgo CFLAGS: -I${SRCDIR}/../../native/compute/include
#include <stdlib.h>
0 commit comments