From b2098bb776ea1c8dae7cd6187d81dae16e19f371 Mon Sep 17 00:00:00 2001 From: Wayne Zhang Date: Tue, 8 May 2018 21:34:59 +0000 Subject: [PATCH] Strip debug info for release --- tools/bazel.rc | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/bazel.rc b/tools/bazel.rc index 0038dfd79ff..4ce27056965 100644 --- a/tools/bazel.rc +++ b/tools/bazel.rc @@ -49,6 +49,7 @@ test --test_env=HEAPCHECK=normal --test_env=PPROF_PATH # Release builds build:release -c opt +build:release --strip=always # Add compile option for all C++ files build --cxxopt -Wnon-virtual-dtor