From 51e508654a20601a190e412209a4c68aa1256dda Mon Sep 17 00:00:00 2001 From: Pepper Lebeck-Jobe Date: Thu, 18 Jul 2024 09:21:16 +0200 Subject: [PATCH] Put back stripping for the multicall contract Without it, the contract is too big to deploy. --- arbitrator/stylus/tests/multicall/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"