aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.yaml
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-03-21 09:27:40 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-03-21 09:27:40 -0700
commit3c3763b8b67a580b51023178ec78fe152df742d4 (patch)
treee130357e62bbdc62ceb54ea1ce32755cbd0d8ce2 /build.yaml
parent255bbfdbe21a984d3629e594d7514736364f9549 (diff)
parentf4e25643665f139ad8abd05d066f313e4f16a743 (diff)
Merge branch 'make_clang_great_again_v2' of github.com:vjpai/grpc into fuzzy-bits
Diffstat (limited to 'build.yaml')
-rw-r--r--build.yaml12
1 files changed, 4 insertions, 8 deletions
diff --git a/build.yaml b/build.yaml
index db7b6562c9..d53fc4153f 100644
--- a/build.yaml
+++ b/build.yaml
@@ -2519,8 +2519,6 @@ targets:
- gpr_test_util
- gpr
- grpc++_test_config
- exclude_configs:
- - tsan
platforms:
- mac
- linux
@@ -2540,8 +2538,6 @@ targets:
- gpr_test_util
- gpr
- grpc++_test_config
- exclude_configs:
- - tsan
platforms:
- mac
- linux
@@ -2874,11 +2870,11 @@ configs:
etsan:
CC: clang
CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
- -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
+ -DGPR_NO_DIRECT_SYSCALLS
CXX: clang++
DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
LD: clang
- LDFLAGS: -fsanitize=thread -fPIE -pie
+ LDFLAGS: -fsanitize=thread
LDXX: clang++
compile_the_world: true
test_environ:
@@ -2930,10 +2926,10 @@ configs:
tsan:
CC: clang
CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
- -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
+ -DGPR_NO_DIRECT_SYSCALLS
CXX: clang++
LD: clang
- LDFLAGS: -fsanitize=thread -fPIE -pie
+ LDFLAGS: -fsanitize=thread
LDXX: clang++
compile_the_world: true
test_environ: