mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
When setting aggressive pedantic compiler options, display what options
that were set. For easier debugging/changing of this.
This commit is contained in:
parent
4d12be9867
commit
193a652e6a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user