docs/librclone: note that adding -ldflags -s to the build command will reduce size of library file

This commit is contained in:
albertony 2021-10-24 17:43:30 +02:00
parent 2fed02211c
commit ad46af9168
1 changed files with 4 additions and 0 deletions

View File

@ -33,6 +33,10 @@ The library will depend on `libdl` and `libpthread` on Linux/macOS, unless
linking with a C standard library where their functionality is integrated, linking with a C standard library where their functionality is integrated,
which is the case for glibc version 2.34 and newer. which is the case for glibc version 2.34 and newer.
You may add arguments `-ldflags -s` to make the library file smaller. This will
omit symbol table and debug information, reducing size by about 25% on Linux and
50% on Windows.
### Documentation ### Documentation
For documentation see the Go documentation for: For documentation see the Go documentation for: