We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1b5809 commit 1ae60d7Copy full SHA for 1ae60d7
Makefile
@@ -982,11 +982,11 @@ mobile-build: USE_SYSTEM_NIM=1 $(MOBILE_FLAGS)
982
mobile-build: | deps-common
983
echo -e "\033[92mBuilding:\033[39m mobile app ($(or $(PACKAGE_TYPE),default))"
984
ifeq ($(PACKAGE_TYPE),aab)
985
- $(MAKE) -C mobile aab
+ $(MAKE) -C mobile aab DEBUG=1
986
else ifeq ($(PACKAGE_TYPE),apk)
987
- $(MAKE) -C mobile apk
+ $(MAKE) -C mobile apk DEBUG=1
988
else
989
- $(MAKE) -C mobile all
+ $(MAKE) -C mobile all DEBUG=1
990
endif
991
992
mobile-clean:
0 commit comments