aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipe_modules/build/chromebook.py
diff options
context:
space:
mode:
authorGravatar Cary Clark <caryclark@google.com>2018-07-13 10:39:39 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-07-17 18:09:41 +0000
commiteb1d9004f56a1fe812916e254ca2cce5c0209194 (patch)
tree8e09708c662b3adc18506099d6a4060ad3f6b8e8 /infra/bots/recipe_modules/build/chromebook.py
parente80cd44cb2c549b709022a62a1fa9f8d6a7822ec (diff)
build for gdb on linux
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: I7f2dc12336f9239443328f13264be7a6b285c4b5 Reviewed-on: https://skia-review.googlesource.com/140786 Commit-Queue: Cary Clark <caryclark@google.com> Reviewed-by: Mike Klein <mtklein@google.com> Reviewed-on: https://skia-review.googlesource.com/141083 Commit-Queue: Cary Clark <caryclark@skia.org>
Diffstat (limited to 'infra/bots/recipe_modules/build/chromebook.py')
-rw-r--r--infra/bots/recipe_modules/build/chromebook.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/infra/bots/recipe_modules/build/chromebook.py b/infra/bots/recipe_modules/build/chromebook.py
index 63e4f781e7..e8c72d5b14 100644
--- a/infra/bots/recipe_modules/build/chromebook.py
+++ b/infra/bots/recipe_modules/build/chromebook.py
@@ -34,6 +34,7 @@ def compile_fn(api, checkout_root, out_dir):
'-I%s' % sysroot_dir.join('include', 'c++', '4.8.4',
'arm-linux-gnueabihf'),
'-DMESA_EGL_NO_X11_HEADERS',
+ '-U_GLIBCXX_DEBUG',
]
extra_ldflags = [