Skip to content

pybind11: support disabling LTO

Ben Boeckel requested to merge ben.boeckel/smtk:pybind11-disable-lto-flag into master

LTO can take a long time and isn't important for local builds. Add a flag to allow developers to disable LTO when it isn't necessary.


Setting this locally should help avoid the long link times when building SMTK.

Cc: @tjcorona @john.tourtellott

Merge request reports