GN: Don't strip binary with clang on x64

Review URL: https://codereview.chromium.org/2494563002 .
This commit is contained in:
Zachary Anderson 2016-11-09 15:00:44 -08:00
parent 37890f995f
commit c4e1b1c641

View file

@ -88,7 +88,6 @@ gcc_toolchain("clang_x64") {
nm = "nm"
ar = "ar"
ld = cxx
strip = "strip"
toolchain_cpu = "x64"
toolchain_os = "linux"