Skip to content

Commit

Permalink
Removed debug symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
phoboslab committed Nov 5, 2013
1 parent 2a95067 commit b75ce9a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -8594,6 +8594,7 @@
baseConfigurationReference = 1C9051430BA9E8A70081E9D0 /* JavaScriptCore.xcconfig */;
buildSettings = {
ARCHS = armv7;
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
HEADER_SEARCH_PATHS = (
"\"${BUILT_PRODUCTS_DIR}/DerivedSources/JavaScriptCore\"",
"$(HEADER_SEARCH_PATHS)",
Expand All @@ -8618,6 +8619,7 @@
baseConfigurationReference = 1C9051430BA9E8A70081E9D0 /* JavaScriptCore.xcconfig */;
buildSettings = {
ARCHS = armv7;
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
HEADER_SEARCH_PATHS = (
"\"${BUILT_PRODUCTS_DIR}/DerivedSources/JavaScriptCore\"",
"$(HEADER_SEARCH_PATHS)",
Expand All @@ -8642,6 +8644,7 @@
baseConfigurationReference = 1C9051430BA9E8A70081E9D0 /* JavaScriptCore.xcconfig */;
buildSettings = {
ARCHS = armv7;
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
HEADER_SEARCH_PATHS = (
"\"${BUILT_PRODUCTS_DIR}/DerivedSources/JavaScriptCore\"",
"$(HEADER_SEARCH_PATHS)",
Expand All @@ -8667,6 +8670,7 @@
buildSettings = {
ARCHS = armv7;
BUILD_VARIANTS = normal;
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
HEADER_SEARCH_PATHS = (
"\"${BUILT_PRODUCTS_DIR}/DerivedSources/JavaScriptCore\"",
"$(HEADER_SEARCH_PATHS)",
Expand Down
4 changes: 4 additions & 0 deletions WTF/WTF.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1993,6 +1993,7 @@
baseConfigurationReference = 5D247B7314689C4700E78B76 /* WTF.xcconfig */;
buildSettings = {
ARCHS = armv7;
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
GCC_PREPROCESSOR_DEFINITIONS = (
"$(DEBUG_DEFINES)",
"WEBKIT_VERSION_MIN_REQUIRED=WEBKIT_VERSION_LATEST",
Expand All @@ -2016,6 +2017,7 @@
baseConfigurationReference = 5D247B7314689C4700E78B76 /* WTF.xcconfig */;
buildSettings = {
ARCHS = armv7;
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
GCC_PREPROCESSOR_DEFINITIONS = (
"$(DEBUG_DEFINES)",
"WEBKIT_VERSION_MIN_REQUIRED=WEBKIT_VERSION_LATEST",
Expand All @@ -2039,6 +2041,7 @@
baseConfigurationReference = 5D247B7314689C4700E78B76 /* WTF.xcconfig */;
buildSettings = {
ARCHS = armv7;
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
GCC_PREPROCESSOR_DEFINITIONS = (
"$(DEBUG_DEFINES)",
"WEBKIT_VERSION_MIN_REQUIRED=WEBKIT_VERSION_LATEST",
Expand Down Expand Up @@ -2098,6 +2101,7 @@
B64797551829123B00CCF60F /* Production */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Production;
};
B6F09CA218290CFA00D62E5F /* Build configuration list for PBXNativeTarget "WTF iOS" */ = {
isa = XCConfigurationList;
Expand Down

0 comments on commit b75ce9a

Please sign in to comment.