techoe / ceres-solver

Automatically exported from code.google.com/p/ceres-solver
Other
0 stars 0 forks source link

Android build is huge #93

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Even when CERES_RESTRICT_SCHUR_SPECIALIZATION is defined, all the schur 
specializations are still compiled, and linked into the library. 

Generally speaking, we are building and linking too much code into the static 
library being built for android, we need to make the build system more modular 
and turn off things like line search as needed.

Original issue reported on code.google.com by sameerag...@google.com on 12 Mar 2013 at 12:05

GoogleCodeExporter commented 9 years ago
https://ceres-solver-review.googlesource.com/#/c/2700/

First CL in this effort.

Original comment by sameerag...@google.com on 12 Mar 2013 at 12:37

GoogleCodeExporter commented 9 years ago
commit 8140f0f fixes the last bits of it.

Original comment by sameerag...@google.com on 16 Mar 2013 at 4:36