diff --git a/operator/.cargo/config.toml b/operator/.cargo/config.toml deleted file mode 100644 index f42e1463..00000000 --- a/operator/.cargo/config.toml +++ /dev/null @@ -1,6 +0,0 @@ -[profile.release] -lto = "thin" -opt-level = 2 - -[registries.crates-io] -protocol = "sparse" \ No newline at end of file diff --git a/operator/Cargo.toml b/operator/Cargo.toml index dd1ffeb7..128cdaa3 100644 --- a/operator/Cargo.toml +++ b/operator/Cargo.toml @@ -379,7 +379,7 @@ lto = true [profile.release] debug-assertions = true # Enable debug-assert! for non-production profiles opt-level = 3 -# Moonbeam runtime requires unwinding. +# Datahaven runtime requires unwinding. panic = "unwind" [profile.testnet]