Merge remote-tracking branch 'origin/v0.6'
authorBen Noordhuis <info@bnoordhuis.nl>
Sun, 12 Feb 2012 15:12:26 +0000 (16:12 +0100)
committerBen Noordhuis <info@bnoordhuis.nl>
Sun, 12 Feb 2012 15:12:26 +0000 (16:12 +0100)
Conflicts:
common.gypi

12 files changed:
1  2 
common.gypi
deps/openssl/openssl.gyp
deps/v8/SConstruct
doc/api/crypto.markdown
doc/api/http.markdown
doc/api/net.markdown
doc/api/tls.markdown
lib/module.js
lib/net.js
node.gyp
tools/gyp_node
vcbuild.bat

diff --cc common.gypi
          },
        },
        'Release': {
 -        'defines': [ 'NDEBUG' ],
 +        'defines': [ 'NDEBUG' ],
          'cflags': [ '-O3', '-fomit-frame-pointer', '-fdata-sections', '-ffunction-sections' ],
+         'conditions': [
+           ['target_arch=="x64"', {
+             'msvs_configuration_platform': 'x64',
+           }],
+         ],
          'msvs_settings': {
            'VCCLCompilerTool': {
              'target_conditions': [
Simple merge
@@@ -126,14 -125,10 +126,14 @@@ LIBRARY_FLAGS = 
        # On Solaris, to get isinf, INFINITY, fpclassify and other macros one
        # needs to define __C99FEATURES__.
        'CPPDEFINES': ['__C99FEATURES__'],
 -      'CPPPATH' : ['/usr/local/include'],
 +      'CPPPATH' : [src_dir, '/usr/local/include'],
        'LIBPATH' : ['/usr/local/lib'],
-       'CCFLAGS':      ['-ansi'],
+       'CCFLAGS':      ['-ansi', '-fno-omit-frame-pointer'],
      },
 +    'os:netbsd': {
 +      'CPPPATH' : [src_dir, '/usr/pkg/include'],
 +      'LIBPATH' : ['/usr/pkg/lib'],
 +    },
      'os:win32': {
        'CCFLAGS':      ['-DWIN32'],
        'CXXFLAGS':     ['-DWIN32'],
Simple merge
Simple merge
Simple merge
Simple merge
diff --cc lib/module.js
Simple merge
diff --cc lib/net.js
Simple merge
diff --cc node.gyp
Simple merge
diff --cc tools/gyp_node
Simple merge
diff --cc vcbuild.bat
Simple merge