From fb994a3d32998d872da7293c4f7200182b9ed6dd Mon Sep 17 00:00:00 2001 From: stranger80 Date: Fri, 22 Sep 2023 15:25:47 +0200 Subject: [PATCH] Test cargo --release to reduce resource footprint --- api/src/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/api/src/main.rs b/api/src/main.rs index b5527a25..272a05e7 100644 --- a/api/src/main.rs +++ b/api/src/main.rs @@ -391,6 +391,7 @@ async fn cairo_version() -> String { version_caller .arg("run") .arg("-q") + .arg("-release") .arg("--bin") .arg("cairo-compile") .arg("--")