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

Evangelos Foutras foutrelis at archlinux.org
Fri Feb 16 17:19:45 UTC 2018


    Date: Friday, February 16, 2018 @ 17:19:44
  Author: foutrelis
Revision: 317155

Remove commented exclude_unwind_tables

Upstream abandoned the CL.

Modified:
  chromium/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-16 16:48:41 UTC (rev 317154)
+++ PKGBUILD	2018-02-16 17:19:44 UTC (rev 317155)
@@ -196,8 +196,6 @@
   )
 
   if check_option strip y; then
-    # https://chromium-review.googlesource.com/c/chromium/src/+/712575
-    # _flags+=('exclude_unwind_tables=true')
     CFLAGS+='   -fno-unwind-tables -fno-asynchronous-unwind-tables'
     CXXFLAGS+=' -fno-unwind-tables -fno-asynchronous-unwind-tables'
     CPPFLAGS+=' -DNO_UNWIND_TABLES'



More information about the arch-commits mailing list