aewallin / openvoronoi

2D voronoi diagram for point and line-segment sites using incremental topology-oriented algorithm. C++ with python bindings. Licensed under LGPL2.1.

Home Page:http://www.anderswallin.net/cam/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

provide info on build-type

aewallin opened this issue · comments

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?)