aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.yaml
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-03-01 17:08:39 -0800
committerGravatar GitHub <noreply@github.com>2017-03-01 17:08:39 -0800
commit0a3d5f90a9688010257a323d57c7f4ede7b9871e (patch)
tree82ce83f0e980281f98e5123e09679725f2342c89 /build.yaml
parent6f249772d12df60eefd742435803ce61894d8b22 (diff)
Revert "Enable lto for performance testing"
Diffstat (limited to 'build.yaml')
-rw-r--r--build.yaml11
1 files changed, 3 insertions, 8 deletions
diff --git a/build.yaml b/build.yaml
index fe13b22a0d..f59640f8ab 100644
--- a/build.yaml
+++ b/build.yaml
@@ -4031,9 +4031,8 @@ configs:
CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
DEFINES: NDEBUG
counters:
- CPPFLAGS: -O3 -flto -DGPR_LOW_LEVEL_COUNTERS
+ CPPFLAGS: -O2 -DGPR_LOW_LEVEL_COUNTERS
DEFINES: NDEBUG
- LDFLAGS: -O3 -flto
dbg:
CPPFLAGS: -O0
DEFINES: _DEBUG DEBUG
@@ -4050,10 +4049,6 @@ configs:
DEFINES: _DEBUG DEBUG
LDFLAGS: -rdynamic
valgrind: --tool=helgrind
- lto:
- CPPFLAGS: -O3 -flto
- DEFINES: NDEBUG
- LDFLAGS: -O3 -flto
memcheck:
CPPFLAGS: -O0
DEFINES: _DEBUG DEBUG
@@ -4072,9 +4067,9 @@ configs:
LDXX: clang++
compile_the_world: true
mutrace:
- CPPFLAGS: -O3 -fno-omit-frame-pointer -flto
+ CPPFLAGS: -O3 -fno-omit-frame-pointer
DEFINES: NDEBUG
- LDFLAGS: -rdynamic -O3 -flto
+ LDFLAGS: -rdynamic
opt:
CPPFLAGS: -O2
DEFINES: NDEBUG