소스 검색

Use panic=abort for tests

Try to fix issues with undefined `rust_eh_personality` symbols
Alex Crichton 6 년 전
부모
커밋
d74c506aab
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      Cargo.toml

+ 6 - 0
Cargo.toml

@@ -46,3 +46,9 @@ required-features = ["c", "compiler-builtins"]
 
 [workspace]
 members = ["testcrate"]
+
+[profile.release]
+panic = 'abort'
+
+[profile.dev]
+panic = 'abort'