diff options
Diffstat (limited to 'gcc/config.in')
-rw-r--r-- | gcc/config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config.in b/gcc/config.in index c1cf199..9283e71 100644 --- a/gcc/config.in +++ b/gcc/config.in @@ -2,6 +2,9 @@ /* Define to "%p" if printf supports it, else machmode.h will define it. */ #undef HOST_PTR_PRINTF +/* Define if you want expensive run-time checks. */ +#undef ENABLE_CHECKING + /* Define if your cpp understands the stringify operator. */ #undef HAVE_CPP_STRINGIFY |