Skip to content

Commit

Permalink
fix error in fast build config
Browse files Browse the repository at this point in the history
  • Loading branch information
cart committed Jun 8, 2020
1 parent b965bfc commit efbe794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cargo/config_fast_builds
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Rename this file to `config` 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.
# If you are using rust stable, remove the "-Zshare-generics=y" below.

[target.x86_64-unknown-linux-gnu]
linker = "/usr/bin/clang"
Expand Down

0 comments on commit efbe794

Please sign in to comment.