Block assertions in release builds

This commit is contained in:
Andreas Linde 2013-09-26 13:12:01 +02:00
parent d7fdc74dea
commit aab044f2d0

View File

@ -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;