Skip to content

Feature/precompiled

Samuel Burbulla requested to merge feature/precompiled into master

I propose to already compile commonly used reference elements (dim=0...3) for the python bindings during the building of dune-geometry.

This increases the build time from 1s to 5s (with a parallel build) when python bindings are enabled, but will reduce the time of compilation of about 14s on the Python user's side.

Merge request reports