Skip to content

Commit cb4d16f

Browse files
setup.py: be more verbose in the go build
1 parent 7c36700 commit cb4d16f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def get_version():
4141
class BuildJsonnetExt(BuildExt):
4242
def run(self):
4343
p = Popen(
44-
["go", "build", "-o", "libgojsonnet.a", "-buildmode=c-archive"],
44+
["go", "build", "-x", "-o", "libgojsonnet.a", "-buildmode=c-archive"],
4545
cwd=LIB_DIR,
4646
stdout=PIPE,
4747
)

0 commit comments

Comments
 (0)