Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index 16d8aaeba9a50ee3826dc019c5a6fddf11acc5b2..5e37d9d4d88bb556a7aee01cf1fe4310a5dbdd60 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -3805,14 +3805,6 @@ |
'cflags': ['-fno-unwind-tables', '-fno-asynchronous-unwind-tables'], |
'defines': ['NO_UNWIND_TABLES'], |
}], |
- ['clang==1', { |
- # Non-unique section names appears to make linker dead stripping |
- # less effective. See http://crbug.com/483026#c20 |
- # TODO(hans): Remove this if resolved upstream. |
- 'cflags': [ |
- '-funique-section-names', |
- ], |
- }], |
], |
}, |
}, |