Skip to content

Commit cb64167

Browse files
committed
Test without flags
1 parent 8146b4e commit cb64167

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.cargo/config.toml

-4
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
[target.x86_64-unknown-linux-gnu]
77
rustflags = [
88
"-C", "link-arg=-lgcc_eh",
9-
"-C", "link-arg=-undefined",
10-
"-C", "link-arg=dynamic_lookup",
119
]
1210

1311
[target.i686-linux-unknown-linux-gnu]
@@ -18,8 +16,6 @@ rustflags = [
1816
[target.aarch64-linux-unknown-linux-gnu]
1917
rustflags = [
2018
"-C", "link-arg=-lgcc_eh",
21-
"-C", "link-arg=-undefined",
22-
"-C", "link-arg=dynamic_lookup",
2319
]
2420

2521

0 commit comments

Comments
 (0)