We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4c774f commit 27ee3a9Copy full SHA for 27ee3a9
Makefile
@@ -7,10 +7,10 @@ install:
7
curl -sL https://lib.chdb.io | bash
8
9
test:
10
- CGO_ENABLED=1 go test -v -coverprofile=coverage.out ./...
+ go test -v -coverprofile=coverage.out ./...
11
12
run:
13
- CGO_ENABLED=1 go run main.go
+ go run main.go
14
15
build:
16
- CGO_ENABLED=1 go build -ldflags '-extldflags "-Wl,-rpath,/usr/local/lib"' -o chdb-go main.go
+ go build -o chdb-go main.go
0 commit comments