소스 검색

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