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

Evangelos Foutras foutrelis at archlinux.org
Fri May 21 06:24:01 UTC 2021


    Date: Friday, May 21, 2021 @ 06:24:00
  Author: foutrelis
Revision: 415814

Don't bother setting CCACHE_SLOPPINESS

I haven't used ccache for test builds in ages; drop this unused part.

Modified:
  chromium/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-21 05:39:00 UTC (rev 415813)
+++ PKGBUILD	2021-05-21 06:24:00 UTC (rev 415814)
@@ -124,11 +124,6 @@
 
   cd "$srcdir/$pkgname-$pkgver"
 
-  if check_buildoption ccache y; then
-    # Avoid falling back to preprocessor mode when sources contain time macros
-    export CCACHE_SLOPPINESS=time_macros
-  fi
-
   export CC=clang
   export CXX=clang++
   export AR=ar



More information about the arch-commits mailing list