You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
398 B
12 lines
398 B
Index: src/github.com/open-policy-agent/opa/Makefile |
|
--- src/github.com/open-policy-agent/opa/Makefile.orig 2018-08-01 09:12:35.624165000 +0200 |
|
+++ src/github.com/open-policy-agent/opa/Makefile 2018-08-01 09:17:41.003576000 +0200 |
|
@@ -53,7 +53,7 @@ |
|
|
|
.PHONY: build |
|
build: generate |
|
- $(GO) build -o $(BIN) -ldflags $(LDFLAGS) |
|
+ $(GO) build -x -o $(BIN) -ldflags $(LDFLAGS) |
|
|
|
.PHONY: image |
|
image:
|
|
|