You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
librealsense2 build on Humble ARM is failing and the root cause is that it builds with compiler flags of -flto -ffat-lto-objects.
Our release builds as expected at foxy & galactic but since we link to a C static library the humble build is failing.
Any reason to introduce this new compiler flags? can we somehow disable them?
Failed build link here
Normal build inside the buildfarm docker locally works as expected, and we find ourselves struggeling for a long time trying to make it work with this new build system.
Appreciate some help since it's blocking us from continue developing.
The text was updated successfully, but these errors were encountered:
Hi,
librealsense2
build on Humble ARM is failing and the root cause is that it builds with compiler flags of-flto -ffat-lto-objects
.Our release builds as expected at foxy & galactic but since we link to a C static library the humble build is failing.
Any reason to introduce this new compiler flags? can we somehow disable them?
Failed build link here
Normal build inside the buildfarm docker locally works as expected, and we find ourselves struggeling for a long time trying to make it work with this new build system.
Appreciate some help since it's blocking us from continue developing.
The text was updated successfully, but these errors were encountered: