From ac7dcc23af68ef5a01ce5ca03ad485595bf5e18b Mon Sep 17 00:00:00 2001 From: Rickard Green Date: Wed, 9 Nov 2011 17:21:20 +0100 Subject: Add switch that can disable scheduler compaction of load --- erts/etc/common/erlexec.c | 1 + 1 file changed, 1 insertion(+) (limited to 'erts/etc') diff --git a/erts/etc/common/erlexec.c b/erts/etc/common/erlexec.c index 2bd576d8e8..95cb688b29 100644 --- a/erts/etc/common/erlexec.c +++ b/erts/etc/common/erlexec.c @@ -122,6 +122,7 @@ static char *plusM_other_switches[] = { /* +s arguments with values */ static char *pluss_val_switches[] = { "bt", + "cl", "ct", "wt", "ss", -- cgit v1.2.3