Index: build/config/compiler/BUILD.gn |
diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn |
index dee92f010eaa672e88ff46ca2d60af8afd40d5d2..ce0aae7afb72d0def54b1ec6b0713cd0c197d5bc 100644 |
--- a/build/config/compiler/BUILD.gn |
+++ b/build/config/compiler/BUILD.gn |
@@ -131,7 +131,7 @@ config("compiler") { |
# Enable libstdc++ debugging facilities to help catch problems early, see |
# http://crbug.com/65151 . |
# 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 |
# address space, and it doesn't support cross-compiling). |