Skip to content
Snippets Groups Projects
Commit a2e8f984 authored by Igor Wiedler's avatar Igor Wiedler
Browse files

Include symbols in docker-machine binary

parent b09ad09f
Branches
Tags
No related merge requests found
......@@ -14,8 +14,8 @@ ifeq ($(DEBUG),true)
# Disable function inlining and variable registerization
GO_GCFLAGS := -gcflags "-N -l"
else
# Turn of DWARF debugging information and strip the binary otherwise
GO_LDFLAGS := $(GO_LDFLAGS) -w -s
# Turn of DWARF debugging information otherwise
GO_LDFLAGS := $(GO_LDFLAGS) -w
endif
# Honor static
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment