summaryrefslogtreecommitdiff
path: root/gcc/common.opt
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/common.opt')
-rw-r--r--gcc/common.opt18
1 files changed, 9 insertions, 9 deletions
diff --git a/gcc/common.opt b/gcc/common.opt
index 71f45783b80..85eaa37bff3 100644
--- a/gcc/common.opt
+++ b/gcc/common.opt
@@ -1138,9 +1138,13 @@ Common Ignore
Does nothing. Preserved for backward compatibility.
flto
-Common Var(flag_lto)
+Common
Enable link-time optimization.
+flto=
+Common RejectNegative Joined Var(flag_lto)
+Link-time optimization with number of parallel jobs or jobserver.
+
flto-partition=1to1
Common Var(flag_lto_partition_1to1)
Partition functions and vars at linktime based on object files they originate from
@@ -1149,6 +1153,10 @@ flto-partition=balanced
Common Var(flag_lto_partition_balanced)
Partition functions and vars at linktime into approximately same sized buckets
+flto-partition=none
+Common Var(flag_lto_partition_none)
+Disable partioning and streaming
+
; The initial value of -1 comes from Z_DEFAULT_COMPRESSION in zlib.h.
flto-compression-level=
Common Joined RejectNegative UInteger Var(flag_lto_compression_level) Init(-1)
@@ -1879,14 +1887,6 @@ fweb
Common Report Var(flag_web) Init(2) Optimization
Construct webs and split unrelated uses of single variable
-fwhopr
-Common
-Enable partitioned link-time optimization
-
-fwhopr=
-Common RejectNegative Joined Var(flag_whopr)
-Partitioned link-time optimization with number of parallel jobs or jobserver.
-
ftree-builtin-call-dce
Common Report Var(flag_tree_builtin_call_dce) Init(0) Optimization
Enable conditional dead code elimination for builtin calls