AprilRobotics / apriltag

AprilTag is a visual fiducial system popular for robotics research.
https://april.eecs.umich.edu/software/apriltag
Other
1.61k stars 539 forks source link

[cmake] Remove -ftlo flag from PY_CFLAGS #228

Closed AlexReimann closed 2 years ago

AlexReimann commented 2 years ago

The -ftlo can lead to issues when linking for system libraries compiled with a different compiler version.

See #227

If the flag is not part of PY_CFLAGS it has no effects (tested with cmake version 3.10.2).