diff --git a/.cargo/config.toml b/.cargo/config.toml index bf20e9f..027c66f 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -5,4 +5,5 @@ runner = "musl-gcc" opt-level = "z" strip = true lto = true -codegen-units = 1 \ No newline at end of file +codegen-units = 1 +panic = "abort" \ No newline at end of file