aboutsummaryrefslogtreecommitdiffhomepage
path: root/binding.gyp
diff options
context:
space:
mode:
authorGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2016-02-03 01:12:14 +0100
committerGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2016-02-03 01:27:46 +0100
commit89d8ed1b9138529dac0cc79ccc8525b42f3db3d3 (patch)
tree89a0e7caef6a477ed9e00696712aa0ee67a33beb /binding.gyp
parent8696d577d680deec004c1cd0a8826a2e33a83c36 (diff)
parentac1ac3ab3db628f7643532b515f62d113dcb9700 (diff)
Merge branch 'master' of github.com:grpc/grpc into make-ruby-installable
Conflicts: BUILD Makefile binding.gyp build.yaml gRPC.podspec grpc.gemspec package.json src/python/grpcio/grpc_core_dependencies.py templates/Makefile.template tools/doxygen/Doxyfile.core.internal tools/run_tests/sources_and_headers.json vsprojects/vcxproj/gpr/gpr.vcxproj vsprojects/vcxproj/gpr/gpr.vcxproj.filters
Diffstat (limited to 'binding.gyp')
-rw-r--r--binding.gyp6
1 files changed, 6 insertions, 0 deletions
diff --git a/binding.gyp b/binding.gyp
index 509c50eef5..aa06024f70 100644
--- a/binding.gyp
+++ b/binding.gyp
@@ -676,6 +676,7 @@
'src/core/support/time_precise.c',
'src/core/support/time_win32.c',
'src/core/support/tls_pthread.c',
+ 'src/core/support/wrap_memcpy.c',
'src/core/census/context.c',
'src/core/census/initialize.c',
'src/core/census/operation.c',
@@ -721,6 +722,11 @@
"boringssl",
"z",
]
+ }],
+ ['OS=="linux"', {
+ 'ldflags': [
+ '-Wl,-wrap,memcpy'
+ ]
}]
],
"target_name": "grpc_node",