Package: chromium-browser / 70.0.3538.110-1~deb9u1

fixes/optimize.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
description: add missing variable declaration
author: Michael Gilbert <mgilbert@debian.org>

--- a/build/config/compiler/BUILD.gn
+++ b/build/config/compiler/BUILD.gn
@@ -75,6 +75,8 @@ declare_args() {
     msvs_xtree_patched = false
   }
 
+  optimize_for_size = true
+
   # Enable fatal linker warnings. Building Chromium with certain versions
   # of binutils can cause linker warning.
   # See: https://bugs.chromium.org/p/chromium/issues/detail?id=457359