Skip to content
  • Thomas Haller's avatar
    build: don't link against libm.so · 0fefcbfb
    Thomas Haller authored
    There are very few places where we actually use floating point
    or #include <math.h>.
    
    Drop that library, although we very likely still get it as indirect
    dependency (e.g. on my system it is still dragged in by libsystemd.so,
    libudev.so and libnl-3.so).
    0fefcbfb