aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.yaml
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-03-17 17:27:11 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-03-17 17:27:11 -0700
commit5bda4d46d168a764ef5ea69e7527fec65a7e473f (patch)
tree91d4a152e82d3c2d2a109915f0cac75ec1338774 /build.yaml
parent112923f75ea169a36cd1883897f78f918d6a80ac (diff)
Disable PIE
Diffstat (limited to 'build.yaml')
-rw-r--r--build.yaml8
1 files changed, 4 insertions, 4 deletions
diff --git a/build.yaml b/build.yaml
index 73f5ac4e4a..02a83441e5 100644
--- a/build.yaml
+++ b/build.yaml
@@ -2765,11 +2765,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:
@@ -2821,10 +2821,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: