Description: Do not build chromium with debug symbols
  This patch don't work, so it is disabled.
Author: Sandro Knauß <bugs@ssandroknauss.de>
Origin: debian
Last-Update: 2017-01-18
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/src/3rdparty/chromium/build/common.gypi
+++ b/src/3rdparty/chromium/build/common.gypi
@@ -3749,7 +3749,6 @@
             ],
             'cflags': [
               '-O>(debug_optimize)',
-              '-g',
             ],
             'conditions' : [
               ['OS=="android" and target_arch!="mipsel" and target_arch!="mips64el"', {
@@ -4126,7 +4125,6 @@
                       '-mcpu=cortex-a9',
                       '-funwind-tables',
                       # Breakpad requires symbols with debugging information
-                      '-g',
                     ],
                     'ldflags': [
                       # We want to statically link libstdc++/libgcc.
@@ -4861,7 +4859,6 @@
             'cflags': [
               '-ffunction-sections',
               '-funwind-tables',
-              '-g',
               '-fstack-protector',
               '-fno-short-enums',
               '-finline-limit=64',
