AliceVision
AliceVision copied to clipboard
[all] enable eigen optimizations and handling crashes
Eigen optimizations were disabled previously as they were causing crashes.
This PR enables back those optimizations and handle the crash by using various tricks to make sure alignment of Eigen objects are ok.