diff --git a/Makefile b/Makefile index b6c296b..7363f41 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,7 @@ watch: run: cd cyberwow && \ - flutter run --release --pid-file /tmp/flutter.pid + flutter run --debug --pid-file /tmp/flutter.pid # clang -target aarch64-linux-android21 cyberwow/native/hello.c -o cyberwow/native/output/hello c: