diff --git a/Makefile b/Makefile index 7a3e831..56215cf 100644 --- a/Makefile +++ b/Makefile @@ -37,6 +37,10 @@ run: cd cyberwow && \ flutter run --debug --pid-file /tmp/flutter.pid +run-release: + cd cyberwow && \ + flutter run --release --pid-file /tmp/flutter.pid + # clang -target aarch64-linux-android21 cyberwow/native/hello.c -o cyberwow/native/output/hello c: clang -target x86_64-linux-android21 cyberwow/native/hello.c -o cyberwow/native/output/x86_64/wownerod