Skip to content

Commit 1ae60d7

Browse files
committed
test: Enable debug logs
1 parent b1b5809 commit 1ae60d7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -982,11 +982,11 @@ mobile-build: USE_SYSTEM_NIM=1 $(MOBILE_FLAGS)
982982
mobile-build: | deps-common
983983
echo -e "\033[92mBuilding:\033[39m mobile app ($(or $(PACKAGE_TYPE),default))"
984984
ifeq ($(PACKAGE_TYPE),aab)
985-
$(MAKE) -C mobile aab
985+
$(MAKE) -C mobile aab DEBUG=1
986986
else ifeq ($(PACKAGE_TYPE),apk)
987-
$(MAKE) -C mobile apk
987+
$(MAKE) -C mobile apk DEBUG=1
988988
else
989-
$(MAKE) -C mobile all
989+
$(MAKE) -C mobile all DEBUG=1
990990
endif
991991

992992
mobile-clean:

0 commit comments

Comments
 (0)