aewallin / openvoronoi

2D voronoi diagram for point and line-segment sites using incremental topology-oriented algorithm. C++ with python bindings. Licensed under LGPL2.1.
http://www.anderswallin.net/cam/
GNU Lesser General Public License v2.1
198 stars 68 forks source link

provide info on build-type #36

Open aewallin opened 6 years ago

aewallin commented 6 years ago

The debug or coverage build types are very very slow to run - so there should be some way of diagnosing this. Either include the build-type in the current version-string, or provide two functions, a separate version string (just the major version) and a more detailed build_info() with git-commit ID and build-type (possibly other compiler options also?)