diff --git a/arbitrator/stylus/tests/multicall/Cargo.toml b/arbitrator/stylus/tests/multicall/Cargo.toml index a053c89f9d..ec84ace7b4 100644 --- a/arbitrator/stylus/tests/multicall/Cargo.toml +++ b/arbitrator/stylus/tests/multicall/Cargo.toml @@ -13,7 +13,7 @@ wee_alloc = "0.4.5" [profile.release] codegen-units = 1 -debug = true +strip = true lto = true panic = "abort"