Skip to content

Commit

Permalink
perf: set cgo_enabled back to 1
Browse files Browse the repository at this point in the history
Had to set CGO_ENABLED back to 1 because the sqllite library depends on it.
  • Loading branch information
Jeff Lanzarotta committed Feb 4, 2025
1 parent ad87a9d commit 17fa455
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ builds:
- binary:
khronos
env:
- CGO_ENABLED=0
- CGO_ENABLED=1
goos:
- windows
goarch:
Expand Down
2 changes: 1 addition & 1 deletion build.bat
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 17fa455

Please sign in to comment.