Revision 146b2e26

View differences:

configure
436 436
  if options.dest_os == 'android':
437 437
    o['variables']['OS'] = 'android'
438 438
  o['variables']['v8_enable_gdbjit'] = 1 if options.gdb else 0
439
  o['variables']['v8_no_strict_aliasing'] = 1 # work around compiler bugs
439
  o['variables']['v8_no_strict_aliasing'] = 1  # Work around compiler bugs.
440
  o['variables']['v8_random_seed'] = 0  # Use a random seed for hash tables.
440 441
  o['variables']['node_prefix'] = os.path.expanduser(options.prefix or '')
441 442
  o['variables']['node_install_npm'] = b(not options.without_npm)
442 443
  o['default_configuration'] = 'Debug' if options.debug else 'Release'

Also available in: Unified diff