Fix ifunc test in configure.ac to make unknown attribute warnings fatal.
Summary: - By default, GCC only warns on unknown attributes. As a result our FOLLY_HAVE_IFUNC test doesn't actually catch instances where we don't support this. Test Plan: - fbconfig -r folly && fbmake runtests - ./configure && make check on Ubuntu/FC/Mac Reviewed By: oyamauchi@fb.com FB internal diff: D998506
Showing
Please register or sign in to comment