Skip to content

Commit 649ed50

Browse files
committed
Update compile flags
1 parent 2cb69e1 commit 649ed50

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.cargo/config.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ rustflags = [
1818
"-C", "link-arg=-lgcc_eh",
1919
]
2020

21+
[target.aarch64-unknown-linux-gnu]
22+
rustflags = [
23+
"-C", "link-arg=-lgcc_eh",
24+
]
25+
2126

2227
# For iOS and macOS, we need to specify the minimum/target version.
2328
# This must match the versions in the podspec file.

0 commit comments

Comments
 (0)