diff --git a/.cargo/config.toml b/.cargo/config.toml index 10b6ce8..7bf307f 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -7,4 +7,4 @@ strip = true # strip symbols from the binary opt-level = "z" # optimize for size lto = true # link time optimization codegen-units = 1 # decrease parallelization -panic = "abort" +# panic = "abort"