Преглед на файлове

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

Lucas Fernandes Nogueira преди 4 години
родител
ревизия
2c69f90658
променени са 3 файла, в които са добавени 0 реда и са изтрити 9 реда
  1. 0 3
      examples/api/src-tauri/.cargo/config
  2. 0 3
      examples/helloworld/src-tauri/.cargo/config
  3. 0 3
      examples/multiwindow/src-tauri/.cargo/config

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