aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.yaml
diff options
context:
space:
mode:
authorGravatar Nicolas Noble <nicolasnoble@users.noreply.github.com>2016-02-02 13:29:51 -0800
committerGravatar Nicolas Noble <nicolasnoble@users.noreply.github.com>2016-02-02 13:29:51 -0800
commit9e9e2f721f75ed9ea01b95911657c4756a626b61 (patch)
tree62a8cb0acbf53800eb99a1024733364ac1786516 /build.yaml
parent93343d7f45458655ac94685f9e7fbdb409d7e4ae (diff)
parentc01f240618be62acb7e612bf2866eb88ac4c14e3 (diff)
Merge pull request #5007 from ctiller/memcpy3
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 2a9dc3824b..2fbca377cb 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
@@ -874,6 +875,7 @@ libs:
deps:
- grpc
- gpr
+ LDFLAGS: -Wl,-wrap,memcpy
deps_linkage: static
dll: only
vs_config_type: DynamicLibrary