Build tweaks - fixes #484

* disable CGO for static builds everywhere
  * override Version in release build script
  * don't output symbol table in release binaries
This commit is contained in:
Nick Craig-Wood
2016-06-03 20:09:34 +01:00
parent 1fce83b936
commit 1d6698a754
5 changed files with 9 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
package fs
// Version of rclone
const Version = "v1.29"
var Version = "v1.29"