Changeset 159669 in webkit for trunk/Source/JavaScriptCore/Configurations/Base.xcconfig
- Timestamp:
- Nov 21, 2013, 7:04:12 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/Configurations/Base.xcconfig
r159665 r159669 77 77 LINKER_DISPLAYS_MANGLED_NAMES = YES; 78 78 PREBINDING = NO; 79 VALID_ARCHS = $(VALID_ARCHS_$(PLATFORM_NAME));80 VALID_ARCHS_iphoneos = $(ARCHS_STANDARD_32_64_BIT);81 VALID_ARCHS_iphonesimulator = $(ARCHS_STANDARD_32_64_BIT);82 VALID_ARCHS_macosx = i386 ppc x86_64 ppc64;83 79 WARNING_CFLAGS = -Wall -Wextra -Wcast-qual -Wchar-subscripts -Wextra-tokens -Wformat=2 -Winit-self -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wpointer-arith -Wredundant-decls -Wundef -Wwrite-strings -Wexit-time-destructors -Wglobal-constructors -Wtautological-compare; 84 80 HEADER_SEARCH_PATHS = . icu "${BUILT_PRODUCTS_DIR}/usr/local/include" $(HEADER_SEARCH_PATHS);
Note:
See TracChangeset
for help on using the changeset viewer.