compile without removing debug stuff.

This commit is contained in:
fiatjaf 2023-12-09 00:11:29 -03:00
parent fa2109d258
commit 2ff472d75f
No known key found for this signature in database
GPG Key ID: BAD43C4BE5C1A3A1

View File

@ -2,7 +2,7 @@ dev:
godotenv go run .
build:
CC=musl-gcc go build -ldflags='-s -w -linkmode external -extldflags "-static"' -o ./khatru-invite
CC=musl-gcc go build -ldflags='-linkmode external -extldflags "-static"' -o ./khatru-invite
deploy: build
ssh root@turgot 'systemctl stop pyramid';