commit | 887a20ca7f02a1504e35f7cabbdfb2e0842a0b0b | [log] [tgz] |
---|---|---|
author | Alex Stewart <alexs.mac@gmail.com> | Wed Aug 12 21:41:43 2015 +0100 |
committer | Keir Mierle <mierle@gmail.com> | Tue Aug 25 18:29:08 2015 +0000 |
tree | 5d8e4846d20377cd8b0c41dd492581dcf41c6b18 | |
parent | 860bba588b981a5718f6b73e7e840e5b8757fe65 [diff] |
Build position independent code when compiling Ceres statically. - Previously, when Ceres was built as a static library we did not compile position independent code. This means that the resulting static library could not be linked against shared libraries, but could be used by executables. - To enable the use of a static Ceres library by other shared libraries as reported in [1], the static library must be generated from position independent code (except on Windows, where PIC does not apply). [1] https://github.com/Itseez/opencv_contrib/pull/290#issuecomment-130389471 Change-Id: I99388f1784ece688f91b162d009578c5c97ddaf6
Please see ceres-solver.org for more information.
Ceres development happens on Gerrit, including both repository hosting and code reviews. The GitHub Repository is a continuously updated mirror which is primarily meant for issue tracking. Please see our Contributing to Ceres Guide for more details.
The upstream Gerrit repository is
https://ceres-solver.googlesource.com/ceres-solver