Skip to content

Commit

Permalink
fix: add new flags for compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
mrz1836 committed Feb 10, 2024
1 parent 93415a0 commit 9fdaa57
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@ changelog:
# ---------------------------
builds:
- env:
- CGO_ENABLED=1 # Required for SQLite
- CGO_ENABLED=1
- GO111MODULE=on
#- CGO_CFLAGS=-Wno-error=unused-command-line-argument
- CC=aarch64-linux-gnu-gcc
- CXX=aarch64-linux-gnu-g++
main: ./cmd/
binary: "alert_system"
goarch:
Expand Down

0 comments on commit 9fdaa57

Please sign in to comment.