aboutsummaryrefslogtreecommitdiff
path: root/gcc/params.def
diff options
context:
space:
mode:
authorRichard Guenther <rguenther@suse.de>2011-03-21 13:42:27 +0000
committerRichard Guenther <rguenther@suse.de>2011-03-21 13:42:27 +0000
commit23edb98758ae5641bc0fe9ebb25911426e2da225 (patch)
tree997fdd28874ac40f306f0568e87220716e0c6e8d /gcc/params.def
parent4cb10c4b812fac365954a827b72db33b0342ec44 (diff)
2011-03-21 Richard Guenther <rguenther@suse.de>
PR lto/48210 * params.def (lto-partitions): Require at least 1 partition. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@171234 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/params.def')
-rw-r--r--gcc/params.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/params.def b/gcc/params.def
index e5a82e906b8..76965b8a5cf 100644
--- a/gcc/params.def
+++ b/gcc/params.def
@@ -868,7 +868,7 @@ DEFPARAM (PARAM_DEVIRT_TYPE_LIST_SIZE,
DEFPARAM (PARAM_LTO_PARTITIONS,
"lto-partitions",
"Number of paritions program should be split to",
- 32, 0, 0)
+ 32, 1, 0)
DEFPARAM (MIN_PARTITION_SIZE,
"lto-min-partition",