Browse Source

upgpkg: ungoogled-chromium 90.0.4430.93-1

upstream release, also cleanup
jk 4 years ago
parent
commit
6a6edde4d9
1 changed files with 0 additions and 2 deletions
  1. 0 2
      PKGBUILD

+ 0 - 2
PKGBUILD

@@ -189,8 +189,6 @@ build() {
   # -fcf-protection breaks some third_party libraries
   CFLAGS=${CFLAGS/-fcf-protection}
   CXXFLAGS="$CFLAGS"
-  #CFLAGS=$(printf '%s\n' "${CFLAGS//-fcf-protection/}")
-  #CXXFLAGS="$CFLAGS"
 
   # Facilitate deterministic builds (taken from build/config/compiler/BUILD.gn)
   CFLAGS+='   -Wno-builtin-macro-redefined'