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
423 B

Index: src/github.com/syncthing/syncthing/build.go
--- src/github.com/syncthing/syncthing/build.go.orig 2018-12-27 10:26:10.952013000 +0100
+++ src/github.com/syncthing/syncthing/build.go 2018-12-27 10:26:45.973119000 +0100
@@ -420,7 +420,7 @@
rmr(target.BinaryName())
- args := []string{"build", "-v"}
+ args := []string{"build", "-v", "-x"}
args = appendParameters(args, tags, target)
os.Setenv("GOOS", goos)