diff options
Diffstat (limited to 'gcc/opts.c')
-rw-r--r-- | gcc/opts.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/opts.c b/gcc/opts.c index dc489e19b31..9da64d543bb 100644 --- a/gcc/opts.c +++ b/gcc/opts.c @@ -564,6 +564,7 @@ decode_options (unsigned int argc, const char **argv) flag_inline_functions = 1; flag_rename_registers = 1; flag_unswitch_loops = 1; + flag_web = 1; } if (optimize < 2 || optimize_size) |