diff options
author | http://joeyh.name/ <http://joeyh.name/@web> | 2013-11-27 04:55:53 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-11-27 04:55:53 +0000 |
commit | f4ee4fcb7b140e3d9811be085a0b8fb8418a59b5 (patch) | |
tree | 179af55d86d6a346b49b07df4d56e0b0851b4413 /doc | |
parent | 268dbdb65592c759952aca5df467aebcb2cba50e (diff) |
Added a comment
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/size_of_the_Android_installation_is_HUGE_--_please_seek_possibility_to_shrink/comment_2_1359ddf1b5db4303f8bd219d3f07df3a._comment | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/bugs/size_of_the_Android_installation_is_HUGE_--_please_seek_possibility_to_shrink/comment_2_1359ddf1b5db4303f8bd219d3f07df3a._comment b/doc/bugs/size_of_the_Android_installation_is_HUGE_--_please_seek_possibility_to_shrink/comment_2_1359ddf1b5db4303f8bd219d3f07df3a._comment new file mode 100644 index 000000000..5f7688d1f --- /dev/null +++ b/doc/bugs/size_of_the_Android_installation_is_HUGE_--_please_seek_possibility_to_shrink/comment_2_1359ddf1b5db4303f8bd219d3f07df3a._comment @@ -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. +"""]] |