diff options
| -rw-r--r-- | .build.yml | 1 | ||||
| -rw-r--r-- | .cargo/config.toml | 3 |
2 files changed, 0 insertions, 4 deletions
@@ -3,7 +3,6 @@ packages: - make - rsync - coreutils - - clang - lld - rustup - aarch64-linux-gnu-gcc 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" |