]> granicus.if.org Git - mutt/commitdiff
Include some information about the compiler and compiler flags used
authorThomas Roessler <roessler@does-not-exist.org>
Wed, 10 Oct 2001 09:56:51 +0000 (09:56 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Wed, 10 Oct 2001 09:56:51 +0000 (09:56 +0000)
with bug reports.

muttbug.sh.in

index 58e3d7d01d09b726d564c560cf7eff573b7ba1e8..0f368a8d1242e848edbd09c804ef48c60b6baef4 100644 (file)
@@ -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