File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,14 +30,14 @@ projects.
3030## Selecting the utils to include
3131
3232Not all utils are available on all platforms. To get the full set of utils for a
33- particular platform, you must enable the feature flag with the platform name.
33+ particular platform, you must enable the feature flag corresponding to the platform name.
3434For example, on Unix-like system, use ` --features unix ` and ` --features windows `
3535on Windows.
3636
3737For a more fine-grained selection, you can enable just the features with the
3838name of the utils you want to include and disable the default feature set.
3939
40- Additionally, support for SELinux must explicitly enabled with the
40+ Additionally, support for SELinux must be explicitly enabled with the
4141` feat_selinux ` feature.
4242
4343We recommend including all the utilities that a platform supports.
6262- ` release-fast ` : Every setting is tuned for the best performance, at the cost
6363 of compile time. This binary is still quite large.
6464- ` release-small ` : Generates the smallest binary possible. This strips _ all_
65- debug info from the binary and leads to worse backtraces. The performance of
65+ debug info from the binary, resulting in less informative backtraces. The performance of
6666 this profile is also really good as it is close to the ` release-fast ` profile,
6767 but with all debuginfo stripped.
6868
You can’t perform that action at this time.
0 commit comments