Revision f230a1cf deps/v8/build/standalone.gypi

View differences:

deps/v8/build/standalone.gypi
36 36
    'clang%': 0,
37 37
    'visibility%': 'hidden',
38 38
    'v8_enable_backtrace%': 0,
39
    'v8_enable_i18n_support%': 0,
39
    'v8_enable_i18n_support%': 1,
40 40
    'msvs_multi_core_compile%': '1',
41 41
    'mac_deployment_target%': '10.5',
42 42
    'variables': {
......
77 77
    # as errors.
78 78
    'v8_code%': 0,
79 79

  
80
    # Speeds up Debug builds:
81
    # 0 - Compiler optimizations off (debuggable) (default). This may
82
    #     be 5x slower than Release (or worse).
83
    # 1 - Turn on compiler optimizations. This may be hard or impossible to
84
    #     debug. This may still be 2x slower than Release (or worse).
85
    # 2 - Turn on optimizations, and also #undef DEBUG / #define NDEBUG
86
    #     (but leave V8_ENABLE_CHECKS and most other assertions enabled.
87
    #     This may cause some v8 tests to fail in the Debug configuration.
88
    #     This roughly matches the performance of a Release build and can
89
    #     be used by embedders that need to build their own code as debug
90
    #     but don't want or need a debug version of V8. This should produce
91
    #     near-release speeds.
92
    'v8_optimized_debug%': 0,
93

  
94
    # Relative path to icu.gyp from this file.
95
    'icu_gyp_path': '../third_party/icu/icu.gyp',
96

  
80 97
    'conditions': [
81 98
      ['(v8_target_arch=="arm" and host_arch!="arm") or \
82 99
        (v8_target_arch=="mipsel" and host_arch!="mipsel") or \

Also available in: Unified diff