Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
RPRX authored Apr 26, 2024
1 parent a476310 commit cc1aac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
NAME = xray

VERSION=$(shell git describe --always --dirty)
VERSION=45ab4cb

LDFLAGS = -X github.com/xtls/xray-core/core.build=$(VERSION) -s -w -buildid=
PARAMS = -trimpath -ldflags "$(LDFLAGS)" -v
Expand Down

0 comments on commit cc1aac4

Please sign in to comment.