Skip to content

Commit

Permalink
Added all_load flag to the framework.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirill Makankov committed Jan 10, 2015
1 parent 5006620 commit e85bdba
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Tesseract OCR iOS.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -666,6 +666,11 @@
);
MACH_O_TYPE = staticlib;
MTL_ENABLE_DEBUG_INFO = YES;
OTHER_LDFLAGS = (
"-ObjC",
"-lstdc++",
"-all_load",
);
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
TARGETED_DEVICE_FAMILY = "1,2";
Expand Down Expand Up @@ -707,6 +712,11 @@
);
MACH_O_TYPE = staticlib;
MTL_ENABLE_DEBUG_INFO = NO;
OTHER_LDFLAGS = (
"-ObjC",
"-lstdc++",
"-all_load",
);
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
TARGETED_DEVICE_FAMILY = "1,2";
Expand Down

0 comments on commit e85bdba

Please sign in to comment.