[arch-commits] Commit in chromium/trunk (PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Wed Oct 10 10:26:05 UTC 2018


    Date: Wednesday, October 10, 2018 @ 10:26:04
  Author: foutrelis
Revision: 336089

Remove unneeded GN build flags

- is_debug=false (defaults to !is_official_build)
- remove_webcore_debug_symbols=true (superseded by blink_symbol_level)
  (don't need to specify blink_symbol_level; it uses :default_symbols)

Modified:
  chromium/trunk/PKGBUILD

----------+
 PKGBUILD |    2 --
 1 file changed, 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-10 06:45:56 UTC (rev 336088)
+++ PKGBUILD	2018-10-10 10:26:04 UTC (rev 336089)
@@ -139,10 +139,8 @@
     'host_toolchain="//build/toolchain/linux/unbundle:default"'
     'clang_use_chrome_plugins=false'
     'is_official_build=true' # implies is_cfi=true on x86_64
-    'is_debug=false'
     'treat_warnings_as_errors=false'
     'fieldtrial_testing_like_official_build=true'
-    'remove_webcore_debug_symbols=true'
     'ffmpeg_branding="Chrome"'
     'proprietary_codecs=true'
     'link_pulseaudio=true'



More information about the arch-commits mailing list