Skip to content

Commit

Permalink
docs: improve ambiguous sentence. Fixes bazelbuild#3503.
Browse files Browse the repository at this point in the history
RELNOTES: None
PiperOrigin-RevId: 179815290
  • Loading branch information
buchgr authored and Copybara-Service committed Dec 21, 2017
1 parent 169329b commit 2384b98
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions site/docs/best-practices.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ Everything should be built from source whenever possible. Generally this means t
depending on a library `some-library.so`, you'd create a BUILD file and build `some-library.so`
from its sources, then depend on that target.

Building from source prevents a build from using a library that was built with incompatible flags
or a different architecture. There are also some features like coverage, static analysis, or
dynamic analysis that will only work on the source.
Always building from source ensures that a build is not using a library that was built with
incompatible flags or a different architecture. There are also some features like coverage,
static analysis, or dynamic analysis that will only work on the source.

## Versioning

Expand Down

0 comments on commit 2384b98

Please sign in to comment.