Skip to content

Commit e760f94

Browse files
committed
disable panic=abort
1 parent 0ec3e9c commit e760f94

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.cargo/config.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@ rustflags = ["--cfg", "tokio_unstable"]
1313
codegen-units = 1
1414
build-std = "std"
1515
lto = true
16-
panic = "abort"
16+
# setting panic=abort causes tray app to panic on startup on macos
17+
#panic = "abort"
1718
strip = true

0 commit comments

Comments
 (0)