summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f1c7093128a4..ea17a378b3a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -32,7 +32,8 @@ build() {
--without-OpenDX \
--without-grape \
--without-silo \
- CC="gcc -B/usr/bin/mold"
+ CC="gcc -B/usr/bin/mold" \
+ CFLAGS="-Wno-incompatible-pointer-types"
make
}