mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-11 05:57:07 +03:00
chore(examples): do not use lld linker (#1589)
This commit is contained in:
parent
0012782e43
commit
2c69f90658
@ -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"]
|
|
@ -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"]
|
|
@ -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"]
|
|
Loading…
Reference in New Issue
Block a user