mirror of
https://github.com/rclone/rclone.git
synced 2025-12-11 22:14:05 +01:00
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:
@@ -1,4 +1,4 @@
|
||||
package fs
|
||||
|
||||
// Version of rclone
|
||||
const Version = "v1.29"
|
||||
var Version = "v1.29"
|
||||
|
||||
Reference in New Issue
Block a user