diff options
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" |