mirror of
https://github.com/zyedidia/micro.git
synced 2025-06-18 14:55:38 -04:00
Makefile: Remove "-s -w" from build-dbg
target
This will keep the symbol table and the DWARF information.
This commit is contained in:
parent
4d2ddc7940
commit
6e46ae3090
2
Makefile
2
Makefile
@ -19,7 +19,7 @@ build-quick:
|
||||
go build -trimpath -ldflags "-s -w $(GOVARS) $(ADDITIONAL_GO_LINKER_FLAGS)" ./cmd/micro
|
||||
|
||||
build-dbg:
|
||||
go build -trimpath -ldflags "-s -w $(ADDITIONAL_GO_LINKER_FLAGS) $(DEBUGVAR)" ./cmd/micro
|
||||
go build -trimpath -ldflags "$(ADDITIONAL_GO_LINKER_FLAGS) $(DEBUGVAR)" ./cmd/micro
|
||||
|
||||
build-tags: fetch-tags build
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user