Skip to content
Snippets Groups Projects
Commit 193a652e authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

When setting aggressive pedantic compiler options, display what options

that were set. For easier debugging/changing of this.
parent 4d12be98
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment