aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.yaml
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-02-02 08:38:43 -0800
committerGravatar Craig Tiller <ctiller@google.com>2016-02-02 08:38:43 -0800
commit4bef7cebe6ebd5e5585ac5079bbd0ec6eb44a954 (patch)
tree04258428a36b09d3585bc9941a08141572ac5931 /build.yaml
parent0727180da8891485168fbe39b4c9ebb859b6b390 (diff)
Use old memcpy for wrappers
Diffstat (limited to 'build.yaml')
-rw-r--r--build.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.yaml b/build.yaml
index f8d18fbb9a..41b09aa19e 100644
--- a/build.yaml
+++ b/build.yaml
@@ -511,6 +511,7 @@ libs:
- src/core/support/time_precise.c
- src/core/support/time_win32.c
- src/core/support/tls_pthread.c
+ - src/core/support/wrap_memcpy.c
filegroups:
- grpc_codegen
secure: false
@@ -872,6 +873,7 @@ libs:
deps:
- grpc
- gpr
+ LDFLAGS: -Wl,-wrap,memcpy
deps_linkage: static
dll: only
vs_config_type: DynamicLibrary