Skip to content

Commit d0f18a6

Browse files
DavidSpickettasl
authored andcommitted
Note the highlighting
1 parent 46ff7e2 commit d0f18a6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

content/posts/2019-11-07-deterministic-builds-with-clang-and-lld.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ url: /2019/11/deterministic-builds-with-clang-and-lld.html
88

99
Deterministic builds can lower continuous integration costs and give you more confidence in your build and test process. This post outlines what it means for a build to be deterministic, the advantages of deterministic builds, and how to achieve them using LLVM tools.
1010

11+
**Note:** This article formats plain text like command line options `like so`. Key information (including some options) is highlighted <mark>like so</mark>.
12+
1113
# What is a deterministic build, and its advantages
1214

1315
A build is called *deterministic* or *reproducible* if running it twice produces exactly the same build outputs.

0 commit comments

Comments
 (0)