summaryrefslogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 0 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4e736a6..e20af03 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'