chore(examples): do not use lld linker (#1589)

This commit is contained in:
Lucas Fernandes Nogueira 2021-04-22 19:38:14 -03:00 committed by GitHub
parent 0012782e43
commit 2c69f90658
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 9 deletions

View File

@ -1,3 +0,0 @@
# using lld linker can make the compile time 30% of the default linker time.
[build]
rustflags = ["-C", "link-arg=-fuse-ld=lld"]

View File

@ -1,3 +0,0 @@
# using lld linker can make the compile time 30% of the default linker time.
[build]
rustflags = ["-C", "link-arg=-fuse-ld=lld"]

View File

@ -1,3 +0,0 @@
# using lld linker can make the compile time 30% of the default linker time.
[build]
rustflags = ["-C", "link-arg=-fuse-ld=lld"]