erleben / OpenTissue

OpenTissue is a collection of generic algorithms and data structures for rapid development of interactive modeling and simulation.
http://www.opentissue.org
95 stars 26 forks source link

Create shared-linked builds #12

Open ricortiz opened 4 years ago

ricortiz commented 4 years ago

Currently, the pipeline only build against static libraries. On Linux or Mac this does not seem to be an issue even if the executable gets huge. On Windows we get errors of the like:

fatal error C1128: number of sections exceeded object file format limit: compile with /bigobj

So we either have to add that flag to the compiler on windows or build against shared libraries.

See here: https://my.cdash.org/viewBuildError.php?buildid=1870138