add run-release task

master
fuwa 4 years ago
parent dd89976e58
commit 1d0ce51804

@ -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

Loading…
Cancel
Save