Skip to content

Commit 9a85b0f

Browse files
committed
fix(rust): Revert rustflags added in #14820
1 parent b4ebdf5 commit 9a85b0f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.cargo/config.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ rustflags = ["-C", "target-feature=+crt-static"]
2525
[target.aarch64-pc-windows-msvc]
2626
rustflags = ["-C", "target-feature=+crt-static"]
2727

28-
[target.'cfg(target_os = "linux")']
29-
rustflags = ["-C", "linker-features=-lld", "-C", "link-args=-Wl,--warn-unresolved-symbols"]
30-
3128
# To be able to run unit tests on Windows, support compilation to 'x86_64-pc-windows-msvc'.
3229
# Use Hybrid CRT to reduce the size of the binary (Coming by default with Windows 10 and later versions).
3330
[target.'cfg(target_os = "windows")']

0 commit comments

Comments
 (0)