Selaa lähdekoodia

build(Justfile): fix binary gen

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
Christina Sørensen 2 vuotta sitten
vanhempi
sitoutus
1fd5d8c568
1 muutettua tiedostoa jossa 5 lisäystä ja 5 poistoa
  1. 5 5
      Justfile

+ 5 - 5
Justfile

@@ -142,8 +142,8 @@ alias itest := integration_tests
 # usage: cross
 @cross: 
     rustup toolchain install stable
-    cross build --target x86_64-unknown-linux-gnu
-    cross build --target aarch64-unknown-linux-gnu
-    cross build --target aarch64-apple-darwin
-    cross build --target x86_64-pc-windows-gnu
-    cross build --target aarch64-pc-windows-gnullvm
+    cross build --target x86_64-unknown-linux-gnu --release
+    cross build --target aarch64-unknown-linux-gnu --release
+    # cross build --target aarch64-apple-darwin --release
+    cross build --target x86_64-pc-windows-gnu --release
+    # cross build --target aarch64-pc-windows-gnullvm --release