From d8d0b83435b9a134cd8dd0e92df37b4593bde348 Mon Sep 17 00:00:00 2001 From: Roi Illouz Date: Sun, 20 Oct 2013 15:51:25 +0300 Subject: Fix breakpoint support for Xcode Change-Id: Ifd80d9128fdd37f91377ccb48e91db273a5b1770 Reviewed-on: https://gerrit.libreoffice.org/6358 Reviewed-by: Tor Lillqvist Tested-by: Tor Lillqvist --- ios/MobileLibreOffice/MobileLibreOffice.xcodeproj/project.pbxproj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'ios/MobileLibreOffice') diff --git a/ios/MobileLibreOffice/MobileLibreOffice.xcodeproj/project.pbxproj b/ios/MobileLibreOffice/MobileLibreOffice.xcodeproj/project.pbxproj index eebf831c89e0..5c04f1f4499d 100644 --- a/ios/MobileLibreOffice/MobileLibreOffice.xcodeproj/project.pbxproj +++ b/ios/MobileLibreOffice/MobileLibreOffice.xcodeproj/project.pbxproj @@ -1538,7 +1538,7 @@ ); IPHONEOS_DEPLOYMENT_TARGET = 6.1; LIBRARY_SEARCH_PATHS = ""; - LLVM_LTO = YES; + LLVM_LTO = NO; ONLY_ACTIVE_ARCH = YES; OTHER_LDFLAGS = ""; SDKROOT = iphoneos; @@ -1579,7 +1579,7 @@ ); IPHONEOS_DEPLOYMENT_TARGET = 6.1; LIBRARY_SEARCH_PATHS = ""; - LLVM_LTO = YES; + LLVM_LTO = NO; OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1"; OTHER_LDFLAGS = ""; SDKROOT = iphoneos; @@ -1626,7 +1626,7 @@ "$(inherited)", lib_link, ); - LLVM_LTO = NO; + LLVM_LTO = YES; OTHER_LDFLAGS = "-ObjC"; PRODUCT_NAME = "$(TARGET_NAME)"; WRAPPER_EXTENSION = app; @@ -1668,7 +1668,7 @@ ); IPHONEOS_DEPLOYMENT_TARGET = 6.1; LIBRARY_SEARCH_PATHS = ""; - LLVM_LTO = YES; + LLVM_LTO = NO; ONLY_ACTIVE_ARCH = YES; OTHER_LDFLAGS = ""; SDKROOT = iphoneos; -- cgit