aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4c1a040e..83e753c8 100644
--- a/Makefile
+++ b/Makefile
@@ -4,6 +4,11 @@ build:
go generate
go build .
+# produce a build debugger friendly
+debug-build:
+ go generate
+ go build -gcflags=all="-N -l" .
+
install:
go generate
go install .