diff options
| author | Alexander Melentyev <alexander.melentyev@icloud.com> | 2021-06-21 12:11:37 +0300 |
|---|---|---|
| committer | Alexander Melentyev <alexander.melentyev@icloud.com> | 2021-06-21 12:11:37 +0300 |
| commit | e84c9aed6d82eddcaf96d1c4fe90adcd2182b9a0 (patch) | |
| tree | c31e8ce52d3a7eba428ebb016064783178174704 /config.toml.example | |
| parent | fb3ea63d9b4c3e9bb90d4250b870faaffb9c8fd2 (diff) | |
| download | rust-e84c9aed6d82eddcaf96d1c4fe90adcd2182b9a0.tar.gz rust-e84c9aed6d82eddcaf96d1c4fe90adcd2182b9a0.zip | |
Delete spaces
Diffstat (limited to 'config.toml.example')
| -rw-r--r-- | config.toml.example | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config.toml.example b/config.toml.example index 7fa5353d09b..9a820f0803f 100644 --- a/config.toml.example +++ b/config.toml.example @@ -567,8 +567,8 @@ changelog-seen = 2 # On Linux target, if crt-static is not enabled, 'no' means dynamic link to # `libgcc_s.so`, 'in-tree' means static link to the in-tree build of llvm libunwind # and 'system' means dynamic link to `libunwind.so`. If crt-static is enabled, -# the behavior is depend on the libc. On musl target, 'no' and 'in-tree' both -# means static link to the in-tree build of llvm libunwind, and 'system' means +# the behavior is depend on the libc. On musl target, 'no' and 'in-tree' both +# means static link to the in-tree build of llvm libunwind, and 'system' means # static link to `libunwind.a` provided by system. Due to the limitation of glibc, # it must link to `libgcc_eh.a` to get a working output, and this option have no effect. #llvm-libunwind = 'no' |
