From 0884724a95b60452ad483dbe086d237d02ba624d Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Tue, 14 Dec 2021 12:37:44 +0100 Subject: elf: Use new dependency sorting algorithm by default The default has to change eventually, and there are no known failures that require a delay. Reviewed-by: Adhemerval Zanella --- manual/tunables.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manual/tunables.texi') diff --git a/manual/tunables.texi b/manual/tunables.texi index 5d50b90..28ff502 100644 --- a/manual/tunables.texi +++ b/manual/tunables.texi @@ -318,7 +318,7 @@ value of @samp{2}, a different algorithm is used, which implements a topological sort through depth-first search, and does not exhibit the performance issues of @samp{1}. -The default value of this tunable is @samp{1}. +The default value of this tunable is @samp{2}. @end deftp @node Elision Tunables -- cgit v1.1