diff options
Diffstat (limited to 'gcc/acconfig.h')
-rw-r--r-- | gcc/acconfig.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/acconfig.h b/gcc/acconfig.h index f2dd5820989..16e4ae5e470 100644 --- a/gcc/acconfig.h +++ b/gcc/acconfig.h @@ -64,4 +64,7 @@ /* Whether getwd must be declared even if <unistd.h> is included. */ #undef NEED_DECLARATION_GETWD + +/* Define if you want expensive run-time checks. */ +#undef ENABLE_CHECKING @TOP@ |