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

Evangelos Foutras foutrelis at archlinux.org
Fri Mar 23 08:21:57 UTC 2018


    Date: Friday, March 23, 2018 @ 08:21:56
  Author: foutrelis
Revision: 319854

Preserve compiler flags now that our clang is recent enough

Modified:
  chromium/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-23 00:21:03 UTC (rev 319853)
+++ PKGBUILD	2018-03-23 08:21:56 UTC (rev 319854)
@@ -100,14 +100,6 @@
   patch -Np1 -i ../chromium-math.h-r0.patch
   patch -Np1 -i ../chromium-stdint.patch
 
-  # Remove compiler flags not supported by our system clang
-  sed -i \
-    -e '/"-Wno-enum-compare-switch"/d' \
-    -e '/"-Wno-null-pointer-arithmetic"/d' \
-    -e '/"-Wno-tautological-unsigned-zero-compare"/d' \
-    -e '/"-Wno-tautological-constant-compare"/d' \
-    build/config/compiler/BUILD.gn
-
   # Use Python 2
   find . -name '*.py' -exec sed -i -r 's|/usr/bin/python$|&2|g' {} +
 



More information about the arch-commits mailing list