From: Daniel Stenberg Date: Mon, 1 Mar 2004 13:02:34 +0000 (+0000) Subject: When setting aggressive pedantic compiler options, display what options X-Git-Tag: cares-1_1_0~108 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=193a652e6ab613a7f3510e9dcff5070848e1971d;p=curl When setting aggressive pedantic compiler options, display what options that were set. For easier debugging/changing of this. --- diff --git a/acinclude.m4 b/acinclude.m4 index d69a181bf..84fbff929 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -554,6 +554,12 @@ AC_DEFUN([CURL_CC_DEBUG_OPTS], CFLAGS="$CFLAGS $WARN" + AC_MSG_NOTICE([Added this set of compiler options: $WARN]) + + else dnl $GCC = yes + + AC_MSG_NOTICE([Added no extra compiler options]) + fi dnl $GCC = yes dnl strip off optimizer flags