summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD4
1 files changed, 4 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7f23e32c3ecf..a6c70ced0f32 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -25,6 +25,10 @@ pkgver() {
build() {
cd "$_srcname"
+ unset OPTFLAGS
+ unset CXXFLAGS
+ unset CFLAGS
+ unset LINKFLAGS
make -j
}