Skip to content

Commit a3820c2

Browse files
authored
chore: Move debug and panic settings to C binding (#329)
1 parent bee7a47 commit a3820c2

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,5 @@ default-members = [
1818

1919
[profile.release]
2020
lto = true
21-
panic = "abort"
22-
debug = true
2321
opt-level = "z"
2422
codegen-units = 1

bindings/c/.cargo/config.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,7 @@ rustflags = [
77
rustflags = [
88
"-C", "link-arg=-Wl,-install_name,@rpath/libaccesskit.dylib",
99
]
10+
11+
[profile.release]
12+
panic = "abort"
13+
debug = true

0 commit comments

Comments
 (0)