From: Thomas Roessler Date: Wed, 10 Oct 2001 09:56:51 +0000 (+0000) Subject: Include some information about the compiler and compiler flags used X-Git-Tag: mutt-1-3-23-1-rel~49 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=17bc8652db1f411f742a3e5ebdaa9243587fa44d;p=mutt Include some information about the compiler and compiler flags used with bug reports. --- diff --git a/muttbug.sh.in b/muttbug.sh.in index 58e3d7d0..0f368a8d 100644 --- a/muttbug.sh.in +++ b/muttbug.sh.in @@ -212,6 +212,21 @@ if test "$DEBIAN" = "yes" ; then grep -v '^---' fi +echo +echo "-- Build environment information" +echo +echo "(Note: This is the build environment installed on the system" +echo "muttbug is run on. Information may or may not match the environment" +echo "used to build mutt.)" +echo +echo "- gcc version information" +echo "@CC@" +@CC@ -v 2>&1 +echo +echo "- CFLAGS" +echo @CFLAGS@ + + echo echo "-- Mutt Version Information" echo