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:34:19 +01:00
parent 1fce83b936
commit 1d6698a754
5 changed files with 9 additions and 5 deletions
+1
View File
@@ -414,6 +414,7 @@ func main() {
log.SetOutput(f)
redirectStderr(f)
}
fs.Debug("rclone", "Starting with parameters %+v", os.Args)
// Setup CPU profiling if desired
if *cpuProfile != "" {