aboutsummaryrefslogtreecommitdiffhomepage
path: root/gn
diff options
context:
space:
mode:
authorGravatar Robert Phillips <robertphillips@google.com>2018-07-12 00:55:12 +0000
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-07-12 00:55:20 +0000
commit28987a418a0c9fd4ef8365f7d94aca96574dd9fa (patch)
treec706ba46842c183a7923bfe2e76fcc272e0e584c /gn
parent3a083b3fffdfa3ba3ef7109a67908cd336c330e0 (diff)
Revert "build debug on linux for gdb"
This reverts commit 3c3db72e69ef5dcdde57f1fbbd939579d50d96f1. Reason for revert: I suspect this is breaking the Build-Debian9-Clang-arm-Debug-Chromebook_GLES bot Original change's description: > build debug on linux for gdb > > Building with this define enables additional > checks for standard library functions when > running gdb, and allows printing std::string. > > R=​halcanary@google.com > > Bug: skia: > Change-Id: Ib71c179d8cbacbcd7f17a1c85f912072918e6be8 > Reviewed-on: https://skia-review.googlesource.com/140786 > Commit-Queue: Cary Clark <caryclark@google.com> > Reviewed-by: Mike Klein <mtklein@google.com> TBR=mtklein@google.com,halcanary@google.com,caryclark@google.com Change-Id: I56ae1c6c02032e6445f5585de51c48423d283636 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: skia: Reviewed-on: https://skia-review.googlesource.com/140840 Reviewed-by: Robert Phillips <robertphillips@google.com> Commit-Queue: Robert Phillips <robertphillips@google.com>
Diffstat (limited to 'gn')
-rw-r--r--gn/BUILD.gn3
1 files changed, 0 insertions, 3 deletions
diff --git a/gn/BUILD.gn b/gn/BUILD.gn
index ea6c8194a5..1d4cd7b035 100644
--- a/gn/BUILD.gn
+++ b/gn/BUILD.gn
@@ -209,9 +209,6 @@ config("default") {
if (is_linux) {
libs += [ "pthread" ]
- if (is_debug && sanitize == "") {
- defines += [ "_GLIBCXX_DEBUG" ]
- }
}
if (is_mac) {
# Disable linker warnings. They're usually just annoyances like,