Skip to content

Commit

Permalink
Test cargo --release to reduce resource footprint
Browse files Browse the repository at this point in the history
  • Loading branch information
stranger80 authored Sep 22, 2023
1 parent 12e2133 commit fb994a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,7 @@ async fn cairo_version() -> String {
version_caller
.arg("run")
.arg("-q")
.arg("-release")
.arg("--bin")
.arg("cairo-compile")
.arg("--")
Expand Down

0 comments on commit fb994a3

Please sign in to comment.