Remove use of alloca.
[deliverable/binutils-gdb.git] / gprof / configure
index 6740bf56d99d3fe9b949aed75a796568435f3772..79813e0ec87bb69f2bba2b8642b9ce8d2a370e00 100755 (executable)
@@ -12138,7 +12138,7 @@ fi
 
 NO_WERROR=
 if test "${ERROR_ON_WARNING}" = yes ; then
-    GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Werror"
+    GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Werror -Wstack-usage=262144"
     NO_WERROR="-Wno-error"
 fi
 
This page took 0.024349 seconds and 4 git commands to generate.