From aacf6a765a4ff893aad5904008a446c6ec0711fd Mon Sep 17 00:00:00 2001 From: Peter <> Date: Thu, 12 Sep 2019 16:01:01 +0400 Subject: [PATCH] Additional debugging targets --- Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Makefile b/Makefile index 2bf1da1109..06a725bcc7 100644 --- a/Makefile +++ b/Makefile @@ -219,6 +219,16 @@ build_buckdebug: check_env //:IntentsExtension#dwarf-and-dsym,iphoneos-arm64 \ --verbose 7 ${BUCK_OPTIONS} ${BUCK_DEBUG_OPTIONS} +build_buckdebug_one: check_env + BUCK_DEBUG_MODE=1 $(BUCK) build \ + //submodules/Postbox:Postbox#shared,iphoneos-arm64 \ + --verbose 7 ${BUCK_OPTIONS} ${BUCK_DEBUG_OPTIONS} + +build_verbose_one: check_env + $(BUCK) build \ + //submodules/Postbox:Postbox#shared,iphoneos-arm64 \ + --verbose 7 ${BUCK_OPTIONS} ${BUCK_DEBUG_OPTIONS} + build_verbose: check_env $(BUCK) build \ //:AppPackage#iphoneos-arm64 \