atenpas / gpd

Detect 6-DOF grasp poses in point clouds
BSD 2-Clause "Simplified" License
598 stars 233 forks source link

Fix compiling error caused by lto option on Ubuntu 16.04 #109

Open gachiemchiep opened 3 years ago

gachiemchiep commented 3 years ago

Fix the issue in : https://github.com/atenpas/gpd/issues/107

atenpas commented 3 years ago

I'll have to test this in Ubuntu 18.04.

An alternative would be to remove -flto from the compiler flags?

gachiemchiep commented 3 years ago

Yes. I think remove -ftlo is the better option here.