Skip to content

Commit dca93d0

Browse files
committed
cargo: remove hard-coded clang version
1 parent 8f98708 commit dca93d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.local/share/cargo/config.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ i = "install"
99
ia = "install-update"
1010

1111
[target.x86_64-unknown-linux-gnu]
12-
rustflags = [ "-C", "linker=clang-12"]
12+
rustflags = [ "-C", "linker=clang"]
1313

1414
[term]
1515
color = 'auto' # whether cargo colorizes output

0 commit comments

Comments
 (0)