Added a comment

This commit is contained in:
http://joeyh.name/ 2013-11-27 04:55:53 +00:00 committed by admin
parent 329612a2c9
commit d640463e69

View file

@ -0,0 +1,10 @@
[[!comment format=mdwn
username="http://joeyh.name/"
ip="209.250.56.64"
subject="comment 2"
date="2013-11-27T04:55:51Z"
content="""
The git-annex binary is around 45 mb on Linux. The android binary statically links a few additional C libraries, so is slightly larger.
The only way I know of to potentially shrink it is to fix certian ghc / ld interactions that, in my limited understanding, cause functions that are never used to be linked into the binary if another function in the same file (or module) is used. That might half its size or something.
"""]]