mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-04 21:41:45 +00:00
Additional debugging targets
This commit is contained in:
parent
aee6a29467
commit
aacf6a765a
10
Makefile
10
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 \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user