diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2024-03-13 11:45:46 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2024-03-13 11:45:46 +0100 |
| commit | 346393acc47db621e66685ba58c76c2d4048ff45 (patch) | |
| tree | 4c85f3c4489b31c2289a5d25c1f03d6060fe6166 | |
| parent | a82d0fc3dda78b3f811f0c74b54d75a0033fe6fd (diff) | |
Don't use clang
| -rw-r--r-- | .build.yml | 1 | ||||
| -rw-r--r-- | .cargo/config.toml | 3 |
2 files changed, 0 insertions, 4 deletions
@@ -9,7 +9,6 @@ packages: - aarch64-linux-gnu-gcc - tar - gzip - - gpg sources: - git@git.sr.ht:~rbdr/blog environment: diff --git a/.cargo/config.toml b/.cargo/config.toml index 586787b..3c32d25 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,5 +1,2 @@ -[target.x86_64-unknown-linux-gnu] -linker = "clang" - [target.aarch64-unknown-linux-gnu] linker = "aarch64-linux-gnu-gcc" |