From 3f4d50bab9a76e79077c005e1fa690a3de956d47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20Orsv=C3=A4rn?= Date: Tue, 27 Apr 2021 00:46:41 +0000 Subject: [PATCH] Removed irrelevant note for Mac users (#2017) The removed comment talks about something in the file that no longer exists. --- .cargo/config_fast_builds | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cargo/config_fast_builds b/.cargo/config_fast_builds index cdada3f49f..d475c0f7fc 100644 --- a/.cargo/config_fast_builds +++ b/.cargo/config_fast_builds @@ -1,7 +1,7 @@ # Add the contents of this file to `config.toml` to enable "fast build" configuration. Please read the notes below. # NOTE: For maximum performance, build using a nightly compiler -# If you are using rust stable, remove the "-Zshare-generics=y" below (as well as "-Csplit-debuginfo=unpacked" when building on macOS). +# If you are using rust stable, remove the "-Zshare-generics=y" below. [target.x86_64-unknown-linux-gnu] linker = "/usr/bin/clang"