mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-08 08:31:13 +00:00
Block assertions in release builds
This commit is contained in:
parent
d7fdc74dea
commit
aab044f2d0
@ -1019,6 +1019,10 @@
|
||||
"\"$(SRCROOT)/../Vendor\"",
|
||||
);
|
||||
GCC_THUMB_SUPPORT = NO;
|
||||
OTHER_CFLAGS = (
|
||||
"$(inherited)",
|
||||
"-DNS_BLOCK_ASSERTIONS=1",
|
||||
);
|
||||
PRODUCT_NAME = HockeySDK;
|
||||
PUBLIC_HEADERS_FOLDER_PATH = "include/$(PRODUCT_NAME)";
|
||||
SKIP_INSTALL = YES;
|
||||
|
Loading…
x
Reference in New Issue
Block a user