Ignore:
Timestamp:
Dec 4, 2013, 3:07:04 PM (11 years ago)
Author:
[email protected]
Message:

[iOS] Enable Objective-C ARC when building JSC tools for iOS simulator
https://bugs.webkit.org/show_bug.cgi?id=125170

Reviewed by Geoffrey Garen.

  • API/tests/testapi.mm:
  • Configurations/ToolExecutable.xcconfig:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/Configurations/ToolExecutable.xcconfig

    r159369 r160131  
    3939GCC_ENABLE_OBJC_GC = NO;
    4040CLANG_ENABLE_OBJC_ARC = $(CLANG_ENABLE_OBJC_ARC_$(CURRENT_ARCH));
     41CLANG_ENABLE_OBJC_ARC_i386 = $(CLANG_ENABLE_OBJC_ARC_i386_$(PLATFORM_NAME));
     42CLANG_ENABLE_OBJC_ARC_i386_iphonesimulator = YES; # For iOS Simulator version 4.0 and greater
    4143CLANG_ENABLE_OBJC_ARC_x86_64 = YES;
    4244CLANG_ENABLE_OBJC_ARC_arm64 = YES;
Note: See TracChangeset for help on using the changeset viewer.