diff options
Diffstat (limited to 'skate')
-rw-r--r-- | skate/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skate/Makefile b/skate/Makefile index 2fabc6f..a939401 100644 --- a/skate/Makefile +++ b/skate/Makefile @@ -15,7 +15,7 @@ all: generate $(TARGETS) go mod tidy %: cmd/%/main.go - go build -o $@ $< + go build -ldflags="-s -w" -o $@ $< .PHONY: clean clean: |