|
@@ -1517,6 +1517,9 @@ AC_MSG_RESULT($enable_fast)
|
|
|
if test x$enable_fast = xyes; then
|
|
|
AC_DEFINE(STARPU_NO_ASSERT, [1], [disable assertions])
|
|
|
else
|
|
|
+ # fortify gets really enabled only with optimizations, avoid enabling it
|
|
|
+ # when they optimizations are not enabled, because with some glibc it
|
|
|
+ # spews a lot of warnings.
|
|
|
if test x$enable_debug != xyes; then
|
|
|
if test x$GCC = xyes; then
|
|
|
CPPFLAGS="$CPPFLAGS -D_FORTIFY_SOURCE=1"
|