diff options
Diffstat (limited to 'gcc/config.in')
-rw-r--r-- | gcc/config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/config.in b/gcc/config.in index ec20c1cdab0..ca66efe6c8b 100644 --- a/gcc/config.in +++ b/gcc/config.in @@ -126,6 +126,12 @@ #undef ENABLE_TREE_CHECKING #endif +/* Define if you want operations on GIMPLE (the basic data structure of + the high-level optimizers) to be checked for dynamic type safety at + runtime. This is moderately expensive. */ +#ifndef USED_FOR_TARGET +#undef ENABLE_GIMPLE_CHECKING +#endif /* Define if you want all gimple types to be verified after gimplifiation. This is cheap. */ |