ソースを参照

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

Lucas Fernandes Nogueira 4 年 前
コミット
2c69f90658

+ 0 - 3
examples/api/src-tauri/.cargo/config

@@ -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"]

+ 0 - 3
examples/helloworld/src-tauri/.cargo/config

@@ -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"]

+ 0 - 3
examples/multiwindow/src-tauri/.cargo/config

@@ -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"]