diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2024-03-13 11:50:49 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2024-03-13 11:50:49 +0100 |
| commit | 9e6d4cf2e3feb2a9e526c36139257bae1252f344 (patch) | |
| tree | 9beb724b99db7bd25b5f17a7dfbacdc0ce9f89db /.cargo/config.toml | |
| parent | a411ac34c5895e8ea4ddeed6b72f4787886a1ab0 (diff) | |
Remove clang from page1.3.1
Diffstat (limited to '.cargo/config.toml')
| -rw-r--r-- | .cargo/config.toml | 3 |
1 files changed, 0 insertions, 3 deletions
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" |