[docs] Try to make this bullet list in ThinLTO.rst actually be a bullet list
authorHans Wennborg <hans@chromium.org>
Tue, 24 Nov 2020 13:08:42 +0000 (14:08 +0100)
committerHans Wennborg <hans@chromium.org>
Tue, 24 Nov 2020 13:08:42 +0000 (14:08 +0100)
clang/docs/ThinLTO.rst

index 0da822f..fa6d28e 100644 (file)
@@ -124,9 +124,13 @@ be reduced to ``N`` via:
   ``/opt:lldltojobs=N``
 
 Other possible values for ``N`` are:
-- 0: Use one thread per physical core (default)
-- 1: Use a single thread only (disable multi-threading)
-- all: Use one thread per logical core (uses all hyper-threads)
+
+- 0:
+  Use one thread per physical core (default)
+- 1:
+  Use a single thread only (disable multi-threading)
+- all:
+  Use one thread per logical core (uses all hyper-threads)
 
 Incremental
 -----------