From 17fa455e13cd8609412a2c38daa3de242bb58c9a Mon Sep 17 00:00:00 2001 From: Jeff Lanzarotta Date: Tue, 4 Feb 2025 15:12:18 -0500 Subject: [PATCH] perf: set cgo_enabled back to 1 Had to set CGO_ENABLED back to 1 because the sqllite library depends on it. --- .goreleaser.yaml | 2 +- build.bat | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 058251e..a244af5 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -28,7 +28,7 @@ builds: - binary: khronos env: - - CGO_ENABLED=0 + - CGO_ENABLED=1 goos: - windows goarch: diff --git a/build.bat b/build.bat index 0ba6d4c..9a03b3c 100644 --- a/build.bat +++ b/build.bat @@ -1,5 +1,5 @@ @echo off -set CGO_ENABLED=0 +set CGO_ENABLED=1 set GOOS=windows set GOARCH=amd64 set BUILD_VERSION=1.0.4