summaryrefslogtreecommitdiffstats
path: root/ios/MobileLibreOffice
diff options
context:
space:
mode:
authorRoi Illouz <roi.illouz@cloudon.com>2013-10-20 15:51:25 +0300
committerTor Lillqvist <tml@collabora.com>2013-10-20 13:15:00 +0000
commitd8d0b83435b9a134cd8dd0e92df37b4593bde348 (patch)
treeb64eb5399eb106378adf4026751df8a0f1eb3bec /ios/MobileLibreOffice
parentfdo#52622 - Reduce copy and paste code (diff)
downloadcore-d8d0b83435b9a134cd8dd0e92df37b4593bde348.tar.gz
core-d8d0b83435b9a134cd8dd0e92df37b4593bde348.zip
Fix breakpoint support for Xcode
Change-Id: Ifd80d9128fdd37f91377ccb48e91db273a5b1770 Reviewed-on: https://gerrit.libreoffice.org/6358 Reviewed-by: Tor Lillqvist <tml@collabora.com> Tested-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'ios/MobileLibreOffice')
-rw-r--r--ios/MobileLibreOffice/MobileLibreOffice.xcodeproj/project.pbxproj8
1 files changed, 4 insertions, 4 deletions
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;