aboutsummaryrefslogtreecommitdiffhomepage
path: root/gn
diff options
context:
space:
mode:
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,