mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-19 00:39:56 +08:00
for debugging
This commit is contained in:
15
weed/Makefile
Normal file
15
weed/Makefile
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
BINARY = weed
|
||||||
|
|
||||||
|
SOURCE_DIR = .
|
||||||
|
|
||||||
|
all: debug_mount
|
||||||
|
|
||||||
|
.PHONY : clean debug_mount
|
||||||
|
|
||||||
|
clean:
|
||||||
|
go clean $(SOURCE_DIR)
|
||||||
|
rm -f $(BINARY)
|
||||||
|
|
||||||
|
debug_mount:
|
||||||
|
go build -gcflags="all=-N -l"
|
||||||
|
dlv --listen=:2345 --headless=true --api-version=2 --accept-multiclient exec weed -- mount -dir=~/tmp/mm
|
Reference in New Issue
Block a user