This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

3.1 PATCH to disable ENABLE_CHECKING by default


If you want to use the checking features on your 3.1 builds, remember to
turn them on with --enable-checking.

Applied to 3.1 branch only.

2002-03-18  Jason Merrill  <jason@redhat.com>

	* configure.in: Disable checking by default on release branch.

*** configure.in.~1~	Fri Mar 15 10:05:04 2002
--- configure.in	Mon Mar 18 14:49:21 2002
*************** no)	;;
*** 214,221 ****
  	;;
  esac
  ], 
! # Enable some checks by default for development versions of GCC
! [ac_checking=1; ac_tree_checking=1; ac_gc_checking=1;])
  if test x$ac_checking != x ; then
    AC_DEFINE(ENABLE_CHECKING, 1,
  [Define if you want more run-time sanity checks.  This one gets a grab
--- 214,220 ----
  	;;
  esac
  ], 
! [])
  if test x$ac_checking != x ; then
    AC_DEFINE(ENABLE_CHECKING, 1,
  [Define if you want more run-time sanity checks.  This one gets a grab

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]