Skip to content

Commit

Permalink
Remove debug symbols from the library in Release configuration
Browse files Browse the repository at this point in the history
This allows to decrease the framework size (with four architectures)
from 21.7 MiB to 10.7 MiB (current values).

Implements ConnectSDK/Connect-SDK-iOS#133
  • Loading branch information
Eugene Nikolskyi committed Aug 27, 2015
1 parent 4eb8145 commit 9ed8490
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ConnectSDK.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2214,11 +2214,13 @@
ALWAYS_SEARCH_USER_PATHS = YES;
COPY_PHASE_STRIP = NO;
DEAD_CODE_STRIPPING = NO;
DEPLOYMENT_POSTPROCESSING = YES;
DSTROOT = /tmp/Connect_SDK.dst;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/modules/**",
);
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "core/ConnectSDK-Prefix.pch";
GCC_WARN_ABOUT_MISSING_NEWLINE = YES;
Expand Down

0 comments on commit 9ed8490

Please sign in to comment.