aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.in
diff options
context:
space:
mode:
authorNathan Sidwell <nathan@codesourcery.com>2005-03-24 14:09:06 +0000
committerNathan Sidwell <nathan@codesourcery.com>2005-03-24 14:09:06 +0000
commit96dae8f122bbc9c9dbf80eaa5ba89041906056a1 (patch)
tree28f4fcc6528302933788606c837a86d7af18eb57 /gcc/config.in
parent67f778593ae1e57fde1c803d8d57383c75bd95b8 (diff)
* configure.ac (enable-checking): Add 'runtime' option.
* doc/install.texi (enable-checking): Document 'runtime' checking. * tsystem.h (gcc_assert, gcc_unreachable): Define. * config.in: Regenerated. * configure: Regenerated. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@96990 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.in')
-rw-r--r--gcc/config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config.in b/gcc/config.in
index 34fb521f4da..eb58153d8f8 100644
--- a/gcc/config.in
+++ b/gcc/config.in
@@ -54,6 +54,9 @@
that are supported for each access macro. This is relatively cheap. */
#undef ENABLE_RTL_FLAG_CHECKING
+/* Define if you want runtime assertions enabled. This is a cheap check. */
+#undef ENABLE_RUNTIME_CHECKING
+
/* Define if you want all operations on trees (the basic data structure of the
front ends) to be checked for dynamic type safety at runtime. This is
moderately expensive. The tree browser debugging routines will also be