diff options
Diffstat (limited to 'gcc/targhooks.c')
-rw-r--r-- | gcc/targhooks.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/targhooks.c b/gcc/targhooks.c index 5948e3fcba4..b6aefdbe58f 100644 --- a/gcc/targhooks.c +++ b/gcc/targhooks.c @@ -1333,4 +1333,9 @@ sjlj_except_unwind_info (void) return UI_SJLJ; } +const struct default_options empty_optimization_table[] = + { + { OPT_LEVELS_NONE, 0, NULL, 0 } + }; + #include "gt-targhooks.h" |