diff options
Diffstat (limited to 'gcc/flags.h')
-rw-r--r-- | gcc/flags.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gcc/flags.h b/gcc/flags.h index 893daee6f37..906168cfa91 100644 --- a/gcc/flags.h +++ b/gcc/flags.h @@ -107,14 +107,6 @@ struct visibility_flags /* Global visibility options. */ extern struct visibility_flags visibility_options; -/* Nonzero means do optimizations. -opt. */ - -extern int optimize; - -/* Nonzero means optimize for size. -Os. */ - -extern int optimize_size; - /* True if this is the LTO front end (lto1). This is used to disable gimple generation and lowering passes that are normally run on the output of a front end. These passes must be bypassed for lto since |