summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjk2021-05-02 12:34:11 -0500
committerjk2021-05-02 12:34:11 -0500
commit6a6edde4d96aea863784b334a7a05d88755c3d24 (patch)
treeed06a124adeecb0c5df901e0f133d0d0871a0de2
parent65ebc7f1f6f8b826fbe3c059fcfc9f0961ef5fd4 (diff)
downloadaur-6a6edde4d96aea863784b334a7a05d88755c3d24.tar.gz
upgpkg: ungoogled-chromium 90.0.4430.93-1
upstream release, also cleanup
-rw-r--r--PKGBUILD2
1 files changed, 0 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4e736a6510fb..e20af037d233 100644
--- a/PKGBUILD
+++ b/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'