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
if readelf -d $1 | grep TEXTREL > /dev/null; then echo "library is LTR, built without the -fPIC flag"; else echo "library was built with -fPIC flag"; fi