It had an extra underscore at the beginning.

R=thakis@chromium.org
TBR=thakis

Review URL: https://codereview.chromium.org/137303002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@244595 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
brettw@chromium.org 2014-01-13 22:11:58 +00:00
Родитель 13dc41317f
Коммит 26df4e4ca8
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -131,7 +131,7 @@ config("compiler") {
# Enable libstdc++ debugging facilities to help catch problems early, see # Enable libstdc++ debugging facilities to help catch problems early, see
# http://crbug.com/65151 . # http://crbug.com/65151 .
# TODO(phajdan.jr): Should we enable this for all of POSIX? # TODO(phajdan.jr): Should we enable this for all of POSIX?
defines += [ "__GLIBCXX_DEBUG=1" ] defines += [ "_GLIBCXX_DEBUG=1" ]
# Use gold for linking on 64-bit Linux only (on 32-bit it runs out of # Use gold for linking on 64-bit Linux only (on 32-bit it runs out of
# address space, and it doesn't support cross-compiling). # address space, and it doesn't support cross-compiling).